diff --git a/CHANGES.md b/CHANGES.md index c384aa8..28531b6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -### to be released +### 0.2.0 - **New Feature** Implement own `derived-value` that can be disposed, which will remove watches on sources (atoms or other watchable things) [PR #2](https://github.com/martinklepsch/derivatives/pull/2) diff --git a/README.md b/README.md index c65b640..96277e2 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ A secondary objective is also to achieve the above without relying on global sta [](dependency) ```clojure -[org.martinklepsch/derivatives "0.1.1"] ;; latest release +[org.martinklepsch/derivatives "0.2.0"] ;; latest release ``` [](/dependency) diff --git a/build.boot b/build.boot index 7add52d..b1b1d11 100644 --- a/build.boot +++ b/build.boot @@ -10,7 +10,7 @@ [com.stuartsierra/dependency "0.2.0"] [rum "0.10.5"]]) -(def +version+ "0.2.0-alpha") +(def +version+ "0.2.0") (task-options! pom {:project 'org.martinklepsch/derivatives