We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45bc2ae commit c6c4cc2Copy full SHA for c6c4cc2
CHANGES
@@ -6,6 +6,7 @@
6
7
Enhnacements:
8
* Add an IRuby::Input class which provides widgets for getting inputs from users. (@kylekyle)
9
+ * Add data_uri dependency (@kylekyle)
10
* Added a clear_output display function (@mrkn)
11
* Doc fixes for installation (@kozo2, @generall)
12
lib/iruby/version.rb
@@ -1,3 +1,3 @@
1
module IRuby
2
- VERSION = '0.2.8'
+ VERSION = '0.2.9'
3
end
0 commit comments