Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Feb 17, 2016
1 parent 8796f4a commit 21ea9a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
> This project uses [Break Versioning](https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md)
## v1.0.0-RC1 - 2015 Dec 27
## v1.0.0 - 2015 Jan 12

> Initial public release
```clojure
[com.taoensso/truss "1.0.0-RC1"]
```
[com.taoensso/truss "1.0.0"]
```
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[More by @ptaoussanis] | **[CHANGELOG]** | [API] | current [Break Version] below:

```clojure
[com.taoensso/truss "1.0.0-RC2"] ; Stable
[com.taoensso/truss "1.0.0"] ; Stable
```

# Truss
Expand Down Expand Up @@ -99,7 +99,7 @@ Having the freedom to reinforce code only **where and when you judge it worthwhi
Add the necessary dependency to your project:

```clojure
[com.taoensso/truss "1.0.0-RC2"]
[com.taoensso/truss "1.0.0"]
```

And setup your namespace imports:
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso/truss "1.0.0-RC2"
(defproject com.taoensso/truss "1.0.0"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Assertions API for Clojure/Script"
:url "https://github.com/ptaoussanis/truss"
Expand Down Expand Up @@ -26,7 +26,7 @@
:1.5 {:dependencies [[org.clojure/clojure "1.5.1"]]}
:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
:1.7 {:dependencies [[org.clojure/clojure "1.7.0"]]}
:1.8 {:dependencies [[org.clojure/clojure "1.8.0-RC4"]]}
:1.8 {:dependencies [[org.clojure/clojure "1.8.0-RC5"]]}
:test {:dependencies [[org.clojure/test.check "0.9.0"]]}
:dev
[:1.8 :test
Expand Down

0 comments on commit 21ea9a0

Please sign in to comment.