Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnout Roemers committed Dec 3, 2022
1 parent 989282e commit 91d970a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [2.3.0] - 2022-12-03
### Added
- Merged #30 - Add clj-kondo support for defstate macro

## [2.2.1] - 2021-03-20
### Changed
- Merged #26 - Support tools.namespace 0.3.x and and 1.x.x
Expand Down Expand Up @@ -126,6 +130,7 @@ Updated docs to be hosted on cljdoc.org.
## 0.9
- Initial release

[2.3.0]: https://github.com/aroemers/mount-lite/compare/2.3.0...2.2.1
[2.2.1]: https://github.com/aroemers/mount-lite/compare/2.2.1...2.2.0
[2.2.0]: https://github.com/aroemers/mount-lite/compare/2.2.0...2.1.5
[2.1.5]: https://github.com/aroemers/mount-lite/compare/2.1.5...2.1.4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A library resembling [mount](https://github.com/tolitius/mount), but different o

## Getting started

Add `[functionalbytes/mount-lite "2.2.1"]` or `functionalbytes/mount-lite {:mvn/version "2.2.1"}` to your dependencies and make sure Clojars is one of your repositories.
Add `[functionalbytes/mount-lite "2.3.0"]` or `functionalbytes/mount-lite {:mvn/version "2.3.0"}` to your dependencies and make sure Clojars is one of your repositories.

You can find all the documentation about mount-lite, what makes it unique, and the API by clicking on the link below:

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 functionalbytes/mount-lite "2.2.1"
(defproject functionalbytes/mount-lite "2.3.0"
:description "mount, but different and light"
:url "https://github.com/aroemers/mount-lite"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 91d970a

Please # to comment.