Skip to content

Commit 7eb19ff

Browse files
committed
Version 0.21.0
1 parent d10b7fa commit 7eb19ff

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.21.0 (2025-02-10)
4+
35
- Update `salmon.util/aws-error-code` and `salmon.util/aws-error-message`
46
to find error codes and messages in responses that return a
57
top-level :Error map, such as the response to :DeleteBucket.

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.20.0")
7+
(def version "0.21.0")
88

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

0 commit comments

Comments
 (0)