Skip to content

Commit

Permalink
Version 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
john-shaffer committed Dec 12, 2024
1 parent 26e15ef commit 361dbb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## v0.20.0 (2024-12-12)

- Add `salmon.util/pages-seq` for handling paginated responses.
- Add `salmon.cleanup/deregister-all-amis!` for cleaning up AMIs in test accounts.
- Add `salmon.cleanup/delete-orphaned-snapshots!` for cleaning up snapshots in test accounts.
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[org.corfield.build :as bb]))

(def lib 'rs.shaffe/salmon)
(def version "0.19.0")
(def version "0.20.0")

(defn get-version [opts]
(str version (when (:snapshot opts) "-SNAPSHOT")))
Expand Down

0 comments on commit 361dbb5

Please sign in to comment.