Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ageneau committed Oct 3, 2020
1 parent eea6a31 commit cd69e50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]

## [0.2.0] — 2020-10-03
### Added
- clcj support
### Changed
- Forked from https://github.com/dryewo/clojure-library-template


[Unreleased]: https://github.com/ageneau/cljc-lib-template/compare/0.0.0...HEAD
[0.2.0]: https://github.com/ageneau/cljc-lib-template/compare/0.0.0...0.2.0
[Unreleased]: https://github.com/ageneau/cljc-lib-template/compare/0.2.0...HEAD
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject ageneau/cljc-library.lein-template "0.1.0"
(defproject ageneau/cljc-library.lein-template "0.2.0"
:description "Leiningen template for libraries with better release cycle."
:url "https://github.com/ageneau/cljc-lib-template"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit cd69e50

Please sign in to comment.