diff --git a/CHANGELOG.md b/CHANGELOG.md index 9460722..46fee0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,9 @@ -## 0.1.9-SNAPSHOT +## 0.1.9 -working on: - -* [#36](https://github.com/tolitius/mount/issues/36): `(defstate ^{on-reload :noop / :stop / :restart} ..)` - -done: - -* swapping states with values -* adding a `(mount.core/system)` experiment -* cleaning up deleted states +* `:on-reload` #{:noop :stop :restart} ([#36](https://github.com/tolitius/mount/issues/36)) +* swapping states with values ([#45](https://github.com/tolitius/mount/issues/45)) +* `(mount.core/system)` experiment is refactored to [Yurt](https://github.com/tolitius/yurt) +* cleaning up deleted states ([#42](https://github.com/tolitius/mount/issues/42)) * refactoring mount sample app (4 states, stateless fns) * refactoring cljs logging to Closure (goog.log) diff --git a/build.boot b/build.boot index 6b1ee4d..b6ca2aa 100644 --- a/build.boot +++ b/build.boot @@ -1,4 +1,4 @@ -(def +version+ "0.1.9-SNAPSHOT") +(def +version+ "0.1.9") (set-env! :source-paths #{"src"}