From 41e463f5400522a051e6a09699d6c40c1d43979e Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Thu, 10 Apr 2025 10:57:51 +0900 Subject: [PATCH 1/2] CHANGES: Update 0.8.2 entries --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 6ac7b16..ce6dcd6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 From f06b2a132204021cf47088f50406c780c3863fa9 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Thu, 10 Apr 2025 11:19:35 +0900 Subject: [PATCH 2/2] v0.8.2 --- lib/iruby/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/iruby/version.rb b/lib/iruby/version.rb index 81335b4..71bf88d 100644 --- a/lib/iruby/version.rb +++ b/lib/iruby/version.rb @@ -1,3 +1,3 @@ module IRuby - VERSION = '0.8.1' + VERSION = '0.8.2' end