Skip to content

Commit 5bab3b9

Browse files
authored
Merge pull request #372 from SciRuby/prepare-0.8.2
0.8.2
2 parents 24094c4 + f06b2a1 commit 5bab3b9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

lib/iruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module IRuby
2-
VERSION = '0.8.1'
2+
VERSION = '0.8.2'
33
end

0 commit comments

Comments
 (0)