Skip to content

Commit

Permalink
Version bump to v0.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
edporras committed May 20, 2019
1 parent abfae57 commit 43ed8e6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## 0.6.1 - 2019-05-20
### Added
- Implement parsing of Ratio literals, represented as a ruby Rational.

### Fixed
- Parsing of exact precision types.

### Changed
- Build lists using EDN::list method that was previously broken.


## 0.6.0 - 2019-05-13
### Changed
- switched from MiniTest to RSpec.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
edn_turbo 0.6.0
edn_turbo 0.6.1
===============

Fast [Ragel](http://www.colm.net/open-source/ragel/)-based EDN parser for Ruby.
Expand Down
4 changes: 2 additions & 2 deletions lib/edn_turbo/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
# THE SOFTWARE.

module EDNT
VERSION = '0.6.0'.freeze
RELEASE_DATE = '2019-05-13'.freeze
VERSION = '0.6.1'.freeze
RELEASE_DATE = '2019-05-20'.freeze
end

0 comments on commit 43ed8e6

Please sign in to comment.