We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ca7c9 commit 00d6c93Copy full SHA for 00d6c93
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## Unreleased
2
3
+## v0.23.1 (2025-02-18)
4
+
5
- Fix stack early-validate failing when using a change-set
6
7
## v0.23.0 (2025-02-18)
build.clj
@@ -4,7 +4,7 @@
[org.corfield.build :as bb]))
(def lib 'rs.shaffe/salmon)
-(def version "0.23.0")
+(def version "0.23.1")
8
9
(defn get-version [opts]
10
(str version (when (:snapshot opts) "-SNAPSHOT")))
0 commit comments