From c7cfc2cbd741f9f29e9fd3fee15a1a4451742c1f Mon Sep 17 00:00:00 2001 From: Jason Roelofs Date: Fri, 18 Oct 2024 09:31:29 -0400 Subject: [PATCH] Version 4.3.1 Updated CHANGELOG and CONTRIBUTORS --- CHANGELOG.md | 4 ++++ CONTRIBUTORS.md | 2 +- lib/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f40500c..0a63281f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.3.2 + +* Improve NativeRegistry to reduce possible hash collisions and weird "bad any cast" errors. + ## 4.3.1 * Update links and related references to the new repo and docs location: ruby-rice.github.io. diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 1f90cee5..4ad0043f 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -16,7 +16,7 @@ I'd like to thank the following people for their help in making Rice what it is * [nobu](https://github.com/nobu) for [PR #122](https://github.com/jasonroelofs/rice/pull/122) * [Charlie Savage (cfis)](https://github.com/cfis) for multiple improvements and modernizations: [#130](https://github.com/jasonroelofs/rice/pull/130), [#131](https://github.com/jasonroelofs/rice/pull/131), [#133](https://github.com/jasonroelofs/rice/pull/133), [#134](https://github.com/jasonroelofs/rice/pull/134), [#136](https://github.com/jasonroelofs/rice/pull/136), [#137](https://github.com/jasonroelofs/rice/pull/137), [#140](https://github.com/jasonroelofs/rice/pull/140), [#141](https://github.com/jasonroelofs/rice/pull/141) and many others, including the work to make Rice header-only. * [Atsushi Tatsuma (yoshoku)](https://github.com/yoshoku) for [#135](https://github.com/jasonroelofs/rice/pull/135) -* [Andrew Kane (ankane)](https://github.com/ankane) for helping [test Rice 4](https://github.com/jasonroelofs/rice/issues/149). +* [Andrew Kane (ankane)](https://github.com/ankane) for helping [test Rice 4](https://github.com/jasonroelofs/rice/issues/149), [#208](https://github.com/ruby-rice/rice/pull/208), [#209](https://github.com/ruby-rice/rice/pull/208). * [Maxim Samsonov (maxirmx)](https://github.com/maxirmx) for [#193](https://github.com/jasonroelofs/rice/issues/193) and [#194](https://github.com/jasonroelofs/rice/pull/194) * [kvtb](https://github.com/kvtb) for [#191](https://github.com/jasonroelofs/rice/issues/191) * [thekendalmiller](https://github.com/thekendalmiller) for [#201](https://github.com/jasonroelofs/rice/pull/201) diff --git a/lib/version.rb b/lib/version.rb index 068365ba..92a31f6d 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,3 +1,3 @@ module Rice - VERSION = "4.3.1" + VERSION = "4.3.2" end