Skip to content

Commit

Permalink
Releasing 0.2.0
Browse files Browse the repository at this point in the history
* major enhancements
  * compatibility with Ruby 2.7, 3.0, and 3.1
  * compatibility with Maruku 0.7
  • Loading branch information
schmidt committed Oct 16, 2022
1 parent 899c151 commit 101524b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
literate_maruku (0.1.3)
literate_maruku (0.2.0)
maruku (>= 0.7.0)
rexml

Expand Down
8 changes: 7 additions & 1 deletion History.txt → History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
== 0.2.0 2022-10-16

* major enhancements
* compatibility with Ruby 2.7, 3.0, and 3.1
* compatibility with Maruku 0.7

== 0.1.3 2009-11-28

* bug fixes
Expand All @@ -13,7 +19,7 @@
== 0.1.1 2007-10-05

* minor enhancement:
* Removed global variable to fetch the root binding, use class variable
* Removed global variable to fetch the root binding, use class variable
instead
* Configurable default values for execute, attach_output and hide
* looking for the file to load in current directory as well
Expand Down
2 changes: 1 addition & 1 deletion lib/literate_maruku/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module LiterateMaruku
VERSION = "0.1.3"
VERSION = "0.2.0"
end

0 comments on commit 101524b

Please sign in to comment.