Skip to content

Commit 01ddea4

Browse files
authored
Merge pull request #87 from ClosureTree/release-please--branches--master--components--with_advisory_lock
chore(master): release with_advisory_lock 5.0.1
2 parents ebbad97 + 58e9197 commit 01ddea4

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
## Changelog
22

3+
## 5.0.1 (2024-01-21)
4+
5+
6+
### Features
7+
8+
* add release workflow ([5d32520](https://github.com/ClosureTree/with_advisory_lock/commit/5d325201c82974991381a9fbc4d1714c9739dc4f))
9+
* add ruby 3.1 test/support ([#60](https://github.com/ClosureTree/with_advisory_lock/issues/60)) ([514f042](https://github.com/ClosureTree/with_advisory_lock/commit/514f0420d957ef30911a00d54685385bec5867c3))
10+
* Add testing for activerecord 7.1 and support for trilogy adapter ([#77](https://github.com/ClosureTree/with_advisory_lock/issues/77)) ([69c23fe](https://github.com/ClosureTree/with_advisory_lock/commit/69c23fe09887fc5d97ac7b0194825c21efe244a5))
11+
* add truffleruby support ([#62](https://github.com/ClosureTree/with_advisory_lock/issues/62)) ([ec34bd4](https://github.com/ClosureTree/with_advisory_lock/commit/ec34bd448e3505e5df631daaf47bb83f2f5316dc))
12+
13+
14+
### Bug Fixes
15+
16+
* User may sometimes pass in non-strings, such as integers ([#55](https://github.com/ClosureTree/with_advisory_lock/issues/55)) ([9885597](https://github.com/ClosureTree/with_advisory_lock/commit/988559747363ef00958fcf782317e76c40ffa2a3))
17+
318
### 5.0.0
419
- Drop support for EOL rubies and activerecord (ruby below 2.7 and activerecord below 6.1).
520
- Allow lock name to be integer

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.0')
4+
VERSION = Gem::Version.new('5.0.1')
55
end

0 commit comments

Comments
 (0)