From 6baf5b235d23ec314256af81528e1ad35f9efe0f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 02:09:39 +0000 Subject: [PATCH] chore(master): release with_advisory_lock 5.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/with_advisory_lock/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c7d9b33..7690267 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"5.0.1"} +{".":"5.1.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 12a324d..0df25e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Changelog +## [5.1.0](https://github.com/ClosureTree/with_advisory_lock/compare/with_advisory_lock/v5.0.1...with_advisory_lock/v5.1.0) (2024-01-21) + + +### Features + +* use zeitwerk loader instead of ActiveSupport::Autoload ([b5082fd](https://github.com/ClosureTree/with_advisory_lock/commit/b5082fddacacacff48139f5bf509601a37945a0e)) + ## 5.0.1 (2024-01-21) diff --git a/lib/with_advisory_lock/version.rb b/lib/with_advisory_lock/version.rb index 539ab4d..c933705 100644 --- a/lib/with_advisory_lock/version.rb +++ b/lib/with_advisory_lock/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WithAdvisoryLock - VERSION = Gem::Version.new('5.0.1') + VERSION = Gem::Version.new('5.1.0') end