Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiszczak committed Feb 10, 2024
1 parent 3e1e63f commit cde5d53
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Update tomlc99 to the latest version
- Parse very large numbers as Infinity
- Add support for Ruby 3.3
- Drop support for Ruby 2.7 and 2.7

## [0.6.0] - 2023-05-05

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
tomlib (0.6.0)
tomlib (0.7.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
tomlib (0.6.0)
tomlib (0.7.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/tomlib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Tomlib
# @api private
VERSION = '0.6.0'
VERSION = '0.7.0'
end

0 comments on commit cde5d53

Please sign in to comment.