diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed5bab..1b25a8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.7.2] - [unreleased] +## [0.7.2] - 2024-02-17 - Remove "double_heap" deprecation warning diff --git a/Gemfile.lock b/Gemfile.lock index d19ca18..91bb1ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - tomlib (0.7.1) + tomlib (0.7.2) bigdecimal GEM diff --git a/benchmarks/Gemfile.lock b/benchmarks/Gemfile.lock index 145db2a..9244214 100644 --- a/benchmarks/Gemfile.lock +++ b/benchmarks/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - tomlib (0.7.1) + tomlib (0.7.2) bigdecimal GEM diff --git a/lib/tomlib/version.rb b/lib/tomlib/version.rb index 3acb20c..7c994e4 100644 --- a/lib/tomlib/version.rb +++ b/lib/tomlib/version.rb @@ -2,5 +2,5 @@ module Tomlib # @api private - VERSION = '0.7.1' + VERSION = '0.7.2' end