Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinklepsch committed Dec 7, 2016
1 parent 51a6229 commit 3ae5d6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ae5d6e

Please sign in to comment.