Skip to content

Commit 00d6c93

Browse files
committed
Version 0.23.1
1 parent c6ca7c9 commit 00d6c93

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## v0.23.1 (2025-02-18)
4+
35
- Fix stack early-validate failing when using a change-set
46

57
## v0.23.0 (2025-02-18)

build.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[org.corfield.build :as bb]))
55

66
(def lib 'rs.shaffe/salmon)
7-
(def version "0.23.0")
7+
(def version "0.23.1")
88

99
(defn get-version [opts]
1010
(str version (when (:snapshot opts) "-SNAPSHOT")))

0 commit comments

Comments
 (0)