Skip to content

Commit 6baf5b2

Browse files
authoredJan 21, 2024
chore(master): release with_advisory_lock 5.1.0
1 parent 21bd929 commit 6baf5b2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"5.0.1"}
1+
{".":"5.1.0"}

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Changelog
22

3+
## [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)
4+
5+
6+
### Features
7+
8+
* use zeitwerk loader instead of ActiveSupport::Autoload ([b5082fd](https://github.com/ClosureTree/with_advisory_lock/commit/b5082fddacacacff48139f5bf509601a37945a0e))
9+
310
## 5.0.1 (2024-01-21)
411

512

‎lib/with_advisory_lock/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module WithAdvisoryLock
4-
VERSION = Gem::Version.new('5.0.1')
4+
VERSION = Gem::Version.new('5.1.0')
55
end

0 commit comments

Comments
 (0)
Please sign in to comment.