File tree 2 files changed +11
-1
lines changed
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
+
1
11
# 0.8.0 (2024-07-28)
2
12
3
13
* Hide output on assignment by @ankane in https://github.com/SciRuby/iruby/pull/312
Original file line number Diff line number Diff line change 1
1
module IRuby
2
- VERSION = '0.8.0 '
2
+ VERSION = '0.8.1 '
3
3
end
You can’t perform that action at this time.
0 commit comments