Skip to content

Commit

Permalink
Release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aroemers committed Sep 29, 2024
1 parent f0307ae commit 9aeb36d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [2.3.1] - 2024-09-29
### Fixed
- Merged #31 - Fix linting with new clj-kondo

## [2.3.0] - 2022-12-03
### Added
- Merged #30 - Add clj-kondo support for defstate macro
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.0"]` or `functionalbytes/mount-lite {:mvn/version "2.3.0"}` to your dependencies and make sure Clojars is one of your repositories.
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.

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

0 comments on commit 9aeb36d

Please # to comment.