diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bf558a..1f842a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.7.3] - [unreleased] +## [0.7.3] - 2024-11-29 - [Robert Schulze] Fix loading the C extension on system that don't copy it into the gem install directory diff --git a/Gemfile.lock b/Gemfile.lock index 91bb1ba..29f20ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - tomlib (0.7.2) + tomlib (0.7.3) bigdecimal GEM diff --git a/benchmarks/Gemfile.lock b/benchmarks/Gemfile.lock index 9244214..1569ead 100644 --- a/benchmarks/Gemfile.lock +++ b/benchmarks/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - tomlib (0.7.2) + tomlib (0.7.3) bigdecimal GEM diff --git a/lib/tomlib/version.rb b/lib/tomlib/version.rb index 7c994e4..9977d8d 100644 --- a/lib/tomlib/version.rb +++ b/lib/tomlib/version.rb @@ -2,5 +2,5 @@ module Tomlib # @api private - VERSION = '0.7.2' + VERSION = '0.7.3' end