Skip to content

Commit

Permalink
Version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edporras committed Mar 12, 2023
1 parent 6f1c398 commit 7a15071
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# 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.8.0] - 2023-03-12
### Changed
* switch edn-ruby dependency to use edn2023.

## [0.7.4] - 2022-05-03
### Fixed
* empty strings should use utf-8 encoding (#11).
Expand Down Expand Up @@ -56,7 +60,8 @@ All notable changes to this project will be documented in this file. This change
### Added
* initial version of docker configs for testing on Ubuntu.

[Unreleased]: https://github.com/edporras/edn_turbo/-/compare/0.7.4...main
[Unreleased]: https://github.com/edporras/edn_turbo/-/compare/0.8.0...main
[0.8.0]: https://github.com/edporras/edn_turbo/-/compare/0.7.4...0.8.0
[0.7.4]: https://github.com/edporras/edn_turbo/-/compare/0.7.3...0.7.4
[0.7.3]: https://github.com/edporras/edn_turbo/-/compare/0.7.2...0.7.3
[0.7.2]: https://github.com/edporras/edn_turbo/-/compare/0.7.1...0.7.2
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.7.4
edn_turbo 0.8.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 @@ -23,6 +23,6 @@
# THE SOFTWARE.

module EDNT
VERSION = '0.7.4'
RELEASE_DATE = '2022-05-03'
VERSION = '0.8.0'
RELEASE_DATE = '2023-03-12'
end

0 comments on commit 7a15071

Please sign in to comment.