Skip to content

Commit

Permalink
Version bump to 0.7.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
edporras committed Feb 7, 2020
1 parent 1619a98 commit 0108d49
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# 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.7.0 - 2020-02-07
### Added
- big_decimal_edn_turbo method to replace calling edn-ruby's
big_decimal as it breaks things in ruby 2.7 and up

### Changed
- Removed compiler warning due to scalar wrapped in braces
- Updated docker configs to use latest 2.4 and 2.6 ruby
versions. Added 2.5 and 2.7 too.

## 0.6.2 - 2019-05-21
### Fixed
- Handling of ##Inf, ##Nan, et al.
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.2
edn_turbo 0.7.0
===============

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.2'.freeze
RELEASE_DATE = '2019-05-21'.freeze
VERSION = '0.7.0'.freeze
RELEASE_DATE = '2020-02-07'.freeze
end

0 comments on commit 0108d49

Please # to comment.