Skip to content

Commit

Permalink
Update changelog for release 0.1.2 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
abogoyavlensky authored Oct 26, 2023
1 parent 75b066d commit 3c4f935
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

*The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)*

## 0.1.2 - UNRELEASED
## 0.1.2 - 2023-10-26

### Added

Expand Down
4 changes: 2 additions & 2 deletions build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@
(latest-git-tag-name)
(latest-git-tag-name-across-all-branches))
_ (s/assert ::version (split-git-tag latest-version))
_ (prn (format "Latest version: %s" latest-version))
_ (println (format "Latest version: %s" latest-version))
new-version (cond-> latest-version
(some? bump) (bump-version bump)
(true? snapshot?) (add-snapshot))]
_ (prn (format "New version: %s" new-version))
_ (println (format "New version: %s" new-version))
new-version))


Expand Down

0 comments on commit 3c4f935

Please sign in to comment.