Skip to content

Commit

Permalink
version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmaro committed Jun 24, 2023
1 parent 6883808 commit f426069
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.1] - 2023-06-24

### Changed

* Update required Ruby version to 3.0 (security fix only stable version)
* Update required Ruby version to 3.0 (security fix only stable
version), although the library itself might works with older Ruby
versions.

### Others

* Refactor parser with StringScanner. This makes parser approx. 5x
faster.
* Fixed link to json-kifu-format
* Remove Inch CI link on readmes
* Lint Ruby sources
* Add benchmark script
* Refactor parser with StringScanner. This makes parser approx. 5x
faster.

## [0.5.0] - 2023-06-18

Expand Down
2 changes: 1 addition & 1 deletion lib/jkf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Jkf
VERSION = '0.5.0'
VERSION = '0.5.1'
end

0 comments on commit f426069

Please sign in to comment.