Skip to content

Commit

Permalink
Version 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
edporras committed May 2, 2022
1 parent 54a2da4 commit 3b7f084
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# 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.4] - 2022-05-03
### Fixed
* empty strings should use utf-8 encoding (#11).

## [0.7.3] - 2021-11-06
### Changed
### Fixed
* Fix by Caleb Land for new homebrew installs to /opt

## [0.7.2] - 2021-09-20
Expand Down Expand Up @@ -52,7 +56,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.3...main
[Unreleased]: https://github.com/edporras/edn_turbo/-/compare/0.7.4...main
[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
[0.7.1]: https://github.com/edporras/edn_turbo/-/compare/0.7.0...0.7.1
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.3
edn_turbo 0.7.4
===============

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.3'
RELEASE_DATE = '2021-11-06'
VERSION = '0.7.4'
RELEASE_DATE = '2022-05-03'
end

0 comments on commit 3b7f084

Please sign in to comment.