Skip to content

Commit

Permalink
Release 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aroemers committed Jan 16, 2025
1 parent 667221d commit 8875dbc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [2.3.2] - 2024-09-29
### Fixed
- Merged #33 - Fix redefining autostarting state

## [2.3.1] - 2024-09-29
### Fixed
- Merged #31 - Fix linting with new clj-kondo
Expand Down Expand Up @@ -134,6 +138,8 @@ Updated docs to be hosted on cljdoc.org.
## 0.9
- Initial release

[2.3.2]: https://github.com/aroemers/mount-lite/compare/2.3.2...2.3.1
[2.3.1]: https://github.com/aroemers/mount-lite/compare/2.3.1...2.3.0
[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
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.3.1"]` or `functionalbytes/mount-lite {:mvn/version "2.3.1"}` to your dependencies and make sure Clojars is one of your repositories.
Add `[functionalbytes/mount-lite "2.3.2"]` or `functionalbytes/mount-lite {:mvn/version "2.3.2"}` 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.3.1"
(defproject functionalbytes/mount-lite "2.3.2"
:description "mount, but different and light"
:url "https://github.com/aroemers/mount-lite"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 8875dbc

Please # to comment.