File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.8.2 (2025-04-10)
2+
3+ * Update CI to refresh apt packages before installing IRuby gem by @kojix2 in https://github.com/SciRuby/iruby/pull/367
4+ * Fix missing ` OStream#closed? ` method by @RobinDaugherty in https://github.com/SciRuby/iruby/pull/368
5+ * Use rubygems-requirements-system to install system dependencies automatically by @kou in https://github.com/SciRuby/iruby/pull/369
6+ * Various typo corrections by @kojix2 in https://github.com/SciRuby/iruby/pull/370
7+ * Minor changes to README by @kojix2 in https://github.com/SciRuby/iruby/pull/371
8+
19# 0.8.1 (2025-02-16)
210
311* Add support for jupyter widgets by @matt-do-it in https://github.com/SciRuby/iruby/pull/350
Original file line number Diff line number Diff line change 11module IRuby
2- VERSION = '0.8.1 '
2+ VERSION = '0.8.2 '
33end
You can’t perform that action at this time.
0 commit comments