From 21ea9a0d41c38cc41dbbc4431239b4238baabddb Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Tue, 12 Jan 2016 13:34:20 +0700 Subject: [PATCH] v1.0.0 --- CHANGELOG.md | 6 +++--- README.md | 4 ++-- project.clj | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec6d4ff..cf01f7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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"] -``` \ No newline at end of file +[com.taoensso/truss "1.0.0"] +``` diff --git a/README.md b/README.md index b3ebed1..424e481 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: diff --git a/project.clj b/project.clj index a52993f..51e502e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/truss "1.0.0-RC2" +(defproject com.taoensso/truss "1.0.0" :author "Peter Taoussanis " :description "Assertions API for Clojure/Script" :url "https://github.com/ptaoussanis/truss" @@ -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