We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc17a0e commit 9c264efCopy full SHA for 9c264ef
CHANGELOG
@@ -1,4 +1,4 @@
1
-=== master
+=== 5.95.1 (2025-08-05)
2
3
* Fix regression in 5.95.0 where :deferred would be ignored for unique and primary key constraints on PostgreSQL (jeremyevans) (#2321)
4
lib/sequel/version.rb
@@ -10,7 +10,7 @@ module Sequel
10
11
# The tiny version of Sequel. Usually 0, only bumped for bugfix
12
# releases that fix regressions from previous versions.
13
- TINY = 0
+ TINY = 1
14
15
# The version of Sequel you are using, as a string (e.g. "2.11.0")
16
VERSION = [MAJOR, MINOR, TINY].join('.').freeze
0 commit comments