From c84ff6896ff999c171f6bc9f4c2f7f7bc2f6bead Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 19 Jul 2023 18:39:18 +0000 Subject: [PATCH] Bump version to 2.6.0 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/ffi_yajl/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f16d192..2d63af2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ # ffi-yajl Log - -## [2.5.0](https://github.com/chef/ffi-yajl/tree/2.5.0) (2023-06-13) + +## [2.6.0](https://github.com/chef/ffi-yajl/tree/2.6.0) (2023-07-19) #### Merged Pull Requests -- Remove 2.4 and 2.5 pipelines [#119](https://github.com/chef/ffi-yajl/pull/119) ([tpowell-progress](https://github.com/tpowell-progress)) +- Updated README with libyajl2 warning [#121](https://github.com/chef/ffi-yajl/pull/121) ([tpowell-progress](https://github.com/tpowell-progress)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Updated README with libyajl2 warning [#121](https://github.com/chef/ffi-yajl/pull/121) ([tpowell-progress](https://github.com/tpowell-progress)) - Remove 2.4 and 2.5 pipelines [#119](https://github.com/chef/ffi-yajl/pull/119) ([tpowell-progress](https://github.com/tpowell-progress)) - Fix broken compilation with Ruby interpreter compiled with XCode 14 [#114](https://github.com/chef/ffi-yajl/pull/114) ([stanhu](https://github.com/stanhu)) diff --git a/VERSION b/VERSION index 437459c..914ec96 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5.0 +2.6.0 \ No newline at end of file diff --git a/lib/ffi_yajl/version.rb b/lib/ffi_yajl/version.rb index 113e2df..9f3f471 100644 --- a/lib/ffi_yajl/version.rb +++ b/lib/ffi_yajl/version.rb @@ -21,5 +21,5 @@ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. module FFI_Yajl - VERSION = "2.5.0".freeze + VERSION = "2.6.0".freeze end