Skip to content
Merged

0.8.2 #372

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.8.2 (2025-04-10)

* Update CI to refresh apt packages before installing IRuby gem by @kojix2 in https://github.com/SciRuby/iruby/pull/367
* Fix missing `OStream#closed?` method by @RobinDaugherty in https://github.com/SciRuby/iruby/pull/368
* Use rubygems-requirements-system to install system dependencies automatically by @kou in https://github.com/SciRuby/iruby/pull/369
* Various typo corrections by @kojix2 in https://github.com/SciRuby/iruby/pull/370
* Minor changes to README by @kojix2 in https://github.com/SciRuby/iruby/pull/371

# 0.8.1 (2025-02-16)

* Add support for jupyter widgets by @matt-do-it in https://github.com/SciRuby/iruby/pull/350
Expand Down
2 changes: 1 addition & 1 deletion lib/iruby/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module IRuby
VERSION = '0.8.1'
VERSION = '0.8.2'
end
Loading