File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
21
# 0.7.4 (2021-08-18)
2
22
3
23
## Enhancements
Original file line number Diff line number Diff line change 1
1
module IRuby
2
- VERSION = '0.7.4 '
2
+ VERSION = '0.8.0 '
3
3
end
You can’t perform that action at this time.
0 commit comments