Skip to content

Commit 06c5f42

Browse files
author
Anil Maurya
committed
Prepare for version 0.6.0 release
1 parent 1c6795b commit 06c5f42

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 0.6.0
2+
* Fix performance on Ruby 3.0 [Issue #20](https://github.com/anilmaurya/fast_jsonparser/issues/20), thanks to [Watson1978](https://github.com/Watson1978)
13
# 0.5.0
24
* Handle concurrent use of the parser in [Issue #15](https://github.com/anilmaurya/fast_jsonparser/pull/15), thanks to [casperisfine](https://github.com/casperisfine)
35

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ GEM
1414
yajl-ruby (1.4.1)
1515

1616
PLATFORMS
17+
ruby
1718
x86_64-linux
1819

1920
DEPENDENCIES

lib/fast_jsonparser/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module FastJsonparser
2-
VERSION = "0.5.0"
2+
VERSION = "0.6.0"
33
end

0 commit comments

Comments
 (0)