From 16cfde94f36db19e8e85dd782f0713fe76fb4da0 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Thu, 3 Oct 2013 21:33:52 +0700 Subject: [PATCH] v2.0.0 --- README.md | 5 ++--- project.clj | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 48538ff..994fb07 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ **[API docs](http://ptaoussanis.github.io/touchstone/)** | **[CHANGELOG](https://github.com/ptaoussanis/touchstone/blob/master/CHANGELOG.md)** | [contact & contributing](#contact--contributing) | [other Clojure libs](https://www.taoensso.com/clojure-libraries) | [Twitter](https://twitter.com/#!/ptaoussanis) | current [semantic](http://semver.org/) version: ```clojure -[com.taoensso/touchstone "2.0.0-RC2"] ; Development (notes below) -[com.taoensso/touchstone "1.0.0"] ; Stable, needs Clojure 1.4+ as of 1.0.0 +[com.taoensso/touchstone "2.0.0"] ; Stable; see CHANGELOG for changes since 1.x ``` v2 is a **BREAKING** release. It adds explicit test config and test-subject id args to every relevant API fn. See the [CHANGELOG](https://github.com/ptaoussanis/touchstone/blob/master/CHANGELOG.md) for migration details. @@ -29,7 +28,7 @@ Touchstone is an attempt to bring **dead-simple, high-power split-testing** to a Add the necessary dependency to your [Leiningen](http://leiningen.org/) `project.clj` and `require` the library in your ns: ```clojure -[com.taoensso/touchstone "2.0.0-RC2"] ; project.clj +[com.taoensso/touchstone "2.0.0"] ; project.clj (ns my-app (:require [taoensso.touchstone :as touchstone :refer (*ts-id*)])) ; ns ``` diff --git a/project.clj b/project.clj index 1c18a07..82a16d6 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/touchstone "2.0.0-RC2" +(defproject com.taoensso/touchstone "2.0.0" :description "Clojure A/B testing library" :url "https://github.com/ptaoussanis/touchstone" :license {:name "Eclipse Public License"