File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.8.1 (2025-02-16)
2+
3+ * Add support for jupyter widgets by @matt-do-it in https://github.com/SciRuby/iruby/pull/350
4+ * Suppress "literal string will be frozen in the future" warning by @tikkss in https://github.com/SciRuby/iruby/pull/353
5+ * Fix warnings in project by @simpl1g in https://github.com/SciRuby/iruby/pull/356
6+ * restore support for IRB <= v1.13.0 by @sealocal in https://github.com/SciRuby/iruby/pull/358
7+ * Restore ruby 2.6 and 2.5 in CI by @sealocal in https://github.com/SciRuby/iruby/pull/359
8+ * Add Ruby 3.4 to CI by @kojix2 in https://github.com/SciRuby/iruby/pull/360
9+ * Fix NoMethodError in backend by @edsinclair in https://github.com/SciRuby/iruby/pull/364
10+
111# 0.8.0 (2024-07-28)
212
313* Hide output on assignment by @ankane in https://github.com/SciRuby/iruby/pull/312
Original file line number Diff line number Diff line change 11module IRuby
2- VERSION = '0.8.0 '
2+ VERSION = '0.8.1 '
33end
You can’t perform that action at this time.
0 commit comments