Skip to content

Commit

Permalink
Release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnout Roemers committed Mar 17, 2020
1 parent 5ff00ef commit 98a09bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [2.1.2] - 2020-03-17
### Fixed
- Fixed #18 - mount.extensions.namespace-deps does not discover state dependencies via empty namespaces

### Changed
- Merged #17 - Throw Error when accessing an unstarted state


## [2.1.1] - 2018-01-06
### Added
Expand Down Expand Up @@ -99,6 +106,8 @@
## 0.9
- Initial release

[2.1.2]: https://github.com/aroemers/mount-lite/compare/2.1.2...2.1.1
[2.1.1]: https://github.com/aroemers/mount-lite/compare/2.1.1...2.1.0
[2.1.0]: https://github.com/aroemers/mount-lite/compare/2.1.0...2.0.0
[2.0.0]: https://github.com/aroemers/mount-lite/compare/2.0.0...0.9.8
[0.9.8]: https://github.com/aroemers/mount-lite/compare/0.9.7...0.9.8
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Version 0.9.x will still be maintained, and can be found under the [1.x branch](

## Getting started

Add `[functionalbytes/mount-lite "2.1.1"]` to your dependencies and make sure Clojars is one of your repositories.
Add `[functionalbytes/mount-lite "2.1.2"]` or `functionalbytes/mount-lite {:mvn/version "2.1.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.1.1"
(defproject functionalbytes/mount-lite "2.1.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 98a09bc

Please # to comment.