Skip to content

0.8.1 #366

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 16, 2025
Merged

0.8.1 #366

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
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.8.1 (2025-02-16)

* Add support for jupyter widgets by @matt-do-it in https://github.com/SciRuby/iruby/pull/350
* Suppress "literal string will be frozen in the future" warning by @tikkss in https://github.com/SciRuby/iruby/pull/353
* Fix warnings in project by @simpl1g in https://github.com/SciRuby/iruby/pull/356
* restore support for IRB <= v1.13.0 by @sealocal in https://github.com/SciRuby/iruby/pull/358
* Restore ruby 2.6 and 2.5 in CI by @sealocal in https://github.com/SciRuby/iruby/pull/359
* Add Ruby 3.4 to CI by @kojix2 in https://github.com/SciRuby/iruby/pull/360
* Fix NoMethodError in backend by @edsinclair in https://github.com/SciRuby/iruby/pull/364

# 0.8.0 (2024-07-28)

* Hide output on assignment by @ankane in https://github.com/SciRuby/iruby/pull/312
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.0'
VERSION = '0.8.1'
end
Loading