Skip to content

Commit 9c264ef

Browse files
committed
Bump version to 5.95.1
1 parent fc17a0e commit 9c264ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== master
1+
=== 5.95.1 (2025-08-05)
22

33
* Fix regression in 5.95.0 where :deferred would be ignored for unique and primary key constraints on PostgreSQL (jeremyevans) (#2321)
44

lib/sequel/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module Sequel
1010

1111
# The tiny version of Sequel. Usually 0, only bumped for bugfix
1212
# releases that fix regressions from previous versions.
13-
TINY = 0
13+
TINY = 1
1414

1515
# The version of Sequel you are using, as a string (e.g. "2.11.0")
1616
VERSION = [MAJOR, MINOR, TINY].join('.').freeze

0 commit comments

Comments
 (0)