Skip to content

Commit c95d162

Browse files
authored
Merge pull request #366 from kojix2/0.8.1
0.8.1
2 parents bb7f658 + 520bede commit c95d162

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: CHANGES.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
# 0.8.0 (2024-07-28)
212

313
* Hide output on assignment by @ankane in https://github.com/SciRuby/iruby/pull/312

Diff for: lib/iruby/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module IRuby
2-
VERSION = '0.8.0'
2+
VERSION = '0.8.1'
33
end

0 commit comments

Comments
 (0)