Skip to content

Commit

Permalink
Merge pull request #49 from ploubser/1.5.3
Browse files Browse the repository at this point in the history
Release 1.5.3
  • Loading branch information
ploubser authored Aug 10, 2020
2 parents dc9ace9 + eb14de4 commit 29ec331
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.5.3
* Fix Ruby 2.7.0 deprecation warnings
* Bump Rspec version in Gemfile

## 1.5.2
* Fixed an issue where strings like 2012R2 would get parsed as floats

## 1.5.1
* Now handles escaped parens when tokenising statements

Expand Down
2 changes: 1 addition & 1 deletion jgrep.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'date'
Gem::Specification.new do |s|
s.name = "jgrep"

s.version = "1.5.2"
s.version = "1.5.3"
s.date = Date.today.to_s

s.summary = "Filter JSON documents with a simple logical language"
Expand Down

0 comments on commit 29ec331

Please sign in to comment.