Skip to content

Commit

Permalink
2.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
splittingred committed Nov 21, 2022
1 parent 9daf4e5 commit 75f8780
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ Changelog for the gruf gem. This includes internal history before the gem was ma

### Pending release

* [#175] Fix code reload threadsafety. Calls to `Zeitwerk::Loader#setup` should be made in a thread-safe manner.
### 2.16.2

* [#175] Fix code reload thread-safety. Calls to `Zeitwerk::Loader#setup` are now made in a thread-safe manner.

### 2.16.1

Expand Down
2 changes: 1 addition & 1 deletion lib/gruf/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
module Gruf
VERSION = '2.16.1'
VERSION = '2.16.2'
end

0 comments on commit 75f8780

Please sign in to comment.