Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
athos committed Nov 17, 2022
1 parent 86ad660 commit 746f37c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. This change

## [Unreleased]

## [0.2.1] - 2022-11-17
### Added
- ([#20](https://github.com/athos/pogonos/pull/20)) Babashka support
- ([#24](https://github.com/athos/pogonos/pull/24)) Support for dynamic partials
Expand Down Expand Up @@ -33,7 +34,8 @@ All notable changes to this project will be documented in this file. This change
## [0.1.0] - 2020-06-18
- First release

[Unreleased]: https://github.com/athos/pogonos/compare/0.2.0...HEAD
[Unreleased]: https://github.com/athos/pogonos/compare/0.2.1...HEAD
[0.2.1]: https://github.com/athos/pogonos/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/athos/pogonos/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/athos/pogonos/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/athos/pogonos/releases/0.1.0
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[org.corfield.build :as bb]))

(def lib 'pogonos/pogonos)
(def version "0.2.1-SNAPSHOT")
(def version "0.2.1")
(def tag (b/git-process {:git-args "rev-parse HEAD"}))

(defn clean [opts]
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject pogonos "0.2.1-SNAPSHOT"
(defproject pogonos "0.2.1"
:description "Another Clojure(Script) implementation of the Mustache templating language"
:url "https://github.com/athos/pogonos"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down

0 comments on commit 746f37c

Please sign in to comment.