Skip to content

Commit

Permalink
Bump to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Mar 6, 2023
1 parent da08e46 commit 07e3dc1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
=== 1.3.3 / 2023-03-06

* Remove 3rd argument to Regexp.new

=== 1.3.2 / 2022-11-02

* Fix column calculation
* General improvement in line/column calculation

=== 1.3.1 / 2022-01-10

* File.exists? => File.exist?
Expand Down
2 changes: 1 addition & 1 deletion kpeg.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "kpeg"
s.version = "1.3.2"
s.version = "1.3.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.metadata = { "bug_tracker_uri" => "https://github.com/evanphx/kpeg/issues", "homepage_uri" => "https://github.com/evanphx/kpeg" } if s.respond_to? :metadata=
Expand Down

0 comments on commit 07e3dc1

Please sign in to comment.