Skip to content
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

0.8.0 #347

Merged
merged 2 commits into from
Jul 28, 2024
Merged

0.8.0 #347

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
20 changes: 20 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 0.8.0 (2024-07-28)

* Hide output on assignment by @ankane in https://github.com/SciRuby/iruby/pull/312
* Introduce the new Application classes by @mrkn in https://github.com/SciRuby/iruby/pull/317
* Fix Gnuplot issues in Ruby 2.7 (#321) by @kojix2 in https://github.com/SciRuby/iruby/pull/322
* Add Ruby3.1 to CI by @kojix2 in https://github.com/SciRuby/iruby/pull/323
* Update README.md by @marek-witkowski in https://github.com/SciRuby/iruby/pull/324
* ci: upgrade actions/checkout by @kojix2 in https://github.com/SciRuby/iruby/pull/325
* Add Ruby 3.2 to CI for ubuntu by @petergoldstein in https://github.com/SciRuby/iruby/pull/327
* Default to true for `store_history` if not in silent mode by @gartens in https://github.com/SciRuby/iruby/pull/330
* Add Ruby 3.3 to CI for Ubuntu by @kojix2 in https://github.com/SciRuby/iruby/pull/331
* Remove Ruby 2.3 and 2.4 from CI by @kojix2 in https://github.com/SciRuby/iruby/pull/332
* Fix typos by @kojix2 in https://github.com/SciRuby/iruby/pull/335
* Format README.md and ci.yml by @kojix2 in https://github.com/SciRuby/iruby/pull/337
* Fix PlainBackend for irb v1.13.0 by @zalt50 in https://github.com/SciRuby/iruby/pull/339
* Added `date` to header by @ebababi in https://github.com/SciRuby/iruby/pull/342
* Update CI Configuration for IRuby by @kojix2 in https://github.com/SciRuby/iruby/pull/344
* Add logger and Remove base64 to Fix CI Tests by @kojix2 in https://github.com/SciRuby/iruby/pull/345
* Update CI trigger configuration by @kojix2 in https://github.com/SciRuby/iruby/pull/346

# 0.7.4 (2021-08-18)

## Enhancements
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.7.4'
VERSION = '0.8.0'
end