Skip to content

Commit

Permalink
bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarshantanu committed Oct 21, 2012
1 parent 9620807 commit 85ece09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,5 +1,9 @@
# CHANGES and TODO

## 2012-October-21 / 0.2.1

* Display namespace when running tests

## 2012-October-16 / 0.2.0

* Utility functions: `millis-now` `sleep`
Expand Down
6 changes: 3 additions & 3 deletions project.clj
@@ -1,11 +1,11 @@
(defproject clip-test "0.2.0"
(defproject clip-test "0.2.1"
:description "Subset of `clojure.test` for Clojure and ClojureScript"
:url "https://github.com/kumarshantanu/clip-test"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
;; :dependencies [[org.clojure/clojure "1.4.0"]]
:warn-on-reflection true
:plugins [[lein-cljsbuild "0.2.8"]]
:plugins [[lein-cljsbuild "0.2.9"]]
:profiles {:jst {:source-paths ["src" "test"]
;; Enable the lein hooks for: clean, compile, test, and jar
;; :hooks [leiningen.cljsbuild]
Expand All @@ -23,6 +23,6 @@
:1.2 {:dependencies [[org.clojure/clojure "1.2.1"]]}
:1.3 {:dependencies [[org.clojure/clojure "1.3.0"]]}
:1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]}
:1.5 {:dependencies [[org.clojure/clojure "1.5.0-alpha6"]]}}
:1.5 {:dependencies [[org.clojure/clojure "1.5.0-alpha7"]]}}
:aliases {"all" ["with-profile" "1.2:1.3:1.4:1.5"]
"dev" ["with-profile" "1.4,jst"]})

0 comments on commit 85ece09

Please sign in to comment.