[changelog]: updating 0.1.9 release date
This commit is contained in:
parent
c9de434aa0
commit
71663ba87c
3 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
## 0.1.9
|
## 0.1.9
|
||||||
|
###### Sun Jan 31 15:47:19 2016 -0500
|
||||||
|
|
||||||
* `:on-reload` #{:noop :stop :restart} ([#36](https://github.com/tolitius/mount/issues/36))
|
* `: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))
|
* swapping states with values ([#45](https://github.com/tolitius/mount/issues/45))
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ _**Alan J. Perlis** from [Structure and Interpretation of Computer Programs](htt
|
||||||
module | branch | status
|
module | branch | status
|
||||||
----------|----------|----------
|
----------|----------|----------
|
||||||
mount | `master` | [](https://circleci.com/gh/tolitius/mount/tree/master)
|
mount | `master` | [](https://circleci.com/gh/tolitius/mount/tree/master)
|
||||||
mount | `0.1.9-SNAPSHOT` | [](https://circleci.com/gh/tolitius/mount/tree/0.1.9-SNAPSHOT)
|
mount | `0.1.10-SNAPSHOT` | [](https://circleci.com/gh/tolitius/mount/tree/0.1.10-SNAPSHOT)
|
||||||
|
|
||||||
[](http://clojars.org/mount)
|
[](http://clojars.org/mount)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject mount "0.1.9-SNAPSHOT"
|
(defproject mount "0.1.9"
|
||||||
:description "managing Clojure and ClojureScript app state since (reset)"
|
:description "managing Clojure and ClojureScript app state since (reset)"
|
||||||
:url "https://github.com/tolitius/mount"
|
:url "https://github.com/tolitius/mount"
|
||||||
:license {:name "Eclipse Public License"
|
:license {:name "Eclipse Public License"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue