We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d10b7fa commit 7eb19ffCopy full SHA for 7eb19ff
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## Unreleased
2
3
+## v0.21.0 (2025-02-10)
4
+
5
- Update `salmon.util/aws-error-code` and `salmon.util/aws-error-message`
6
to find error codes and messages in responses that return a
7
top-level :Error map, such as the response to :DeleteBucket.
build.clj
@@ -4,7 +4,7 @@
[org.corfield.build :as bb]))
(def lib 'rs.shaffe/salmon)
-(def version "0.20.0")
+(def version "0.21.0")
8
9
(defn get-version [opts]
10
(str version (when (:snapshot opts) "-SNAPSHOT")))
0 commit comments