Skip to content

Commit fe16c1b

Browse files
authored
Merge pull request #347 from kojix2/0.8.0
0.8.0
2 parents 6cd1a1a + 215b730 commit fe16c1b

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

Diff for: CHANGES.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 0.8.0 (2024-07-28)
2+
3+
* Hide output on assignment by @ankane in https://github.com/SciRuby/iruby/pull/312
4+
* Introduce the new Application classes by @mrkn in https://github.com/SciRuby/iruby/pull/317
5+
* Fix Gnuplot issues in Ruby 2.7 (#321) by @kojix2 in https://github.com/SciRuby/iruby/pull/322
6+
* Add Ruby3.1 to CI by @kojix2 in https://github.com/SciRuby/iruby/pull/323
7+
* Update README.md by @marek-witkowski in https://github.com/SciRuby/iruby/pull/324
8+
* ci: upgrade actions/checkout by @kojix2 in https://github.com/SciRuby/iruby/pull/325
9+
* Add Ruby 3.2 to CI for ubuntu by @petergoldstein in https://github.com/SciRuby/iruby/pull/327
10+
* Default to true for `store_history` if not in silent mode by @gartens in https://github.com/SciRuby/iruby/pull/330
11+
* Add Ruby 3.3 to CI for Ubuntu by @kojix2 in https://github.com/SciRuby/iruby/pull/331
12+
* Remove Ruby 2.3 and 2.4 from CI by @kojix2 in https://github.com/SciRuby/iruby/pull/332
13+
* Fix typos by @kojix2 in https://github.com/SciRuby/iruby/pull/335
14+
* Format README.md and ci.yml by @kojix2 in https://github.com/SciRuby/iruby/pull/337
15+
* Fix PlainBackend for irb v1.13.0 by @zalt50 in https://github.com/SciRuby/iruby/pull/339
16+
* Added `date` to header by @ebababi in https://github.com/SciRuby/iruby/pull/342
17+
* Update CI Configuration for IRuby by @kojix2 in https://github.com/SciRuby/iruby/pull/344
18+
* Add logger and Remove base64 to Fix CI Tests by @kojix2 in https://github.com/SciRuby/iruby/pull/345
19+
* Update CI trigger configuration by @kojix2 in https://github.com/SciRuby/iruby/pull/346
20+
121
# 0.7.4 (2021-08-18)
222

323
## Enhancements

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.7.4'
2+
VERSION = '0.8.0'
33
end

0 commit comments

Comments
 (0)