Skip to content

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
Yanked previous version from rubygems.
  • Loading branch information
tjarratt committed Sep 23, 2014
1 parent e202576 commit b7c783d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 1.2.2 (2014-09-22)

* Fixed a bug introduced by making Gyoku threadsafe. Who knew that `$1` and the block variable that `#gsub` provides are not the same?

## 1.2.1 (2014-09-22)

* Fix : [#46](https://github.com/savonrb/gyoku/pull/46) Fix a threading issue. Gyoku should now be relatively more threadsafe due to less usage of global variables.
* Fix : [#46](https://github.com/savonrb/gyoku/pull/46) Fixed an issue where Gyoku was not threadsafe. Gyoku should now be relatively more threadsafe due to less usage of global variables.

## 1.2.0 (2014-09-18)

Expand Down
2 changes: 1 addition & 1 deletion lib/gyoku/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Gyoku
VERSION = '1.2.1'
VERSION = '1.2.2'
end

0 comments on commit b7c783d

Please sign in to comment.