diff --git a/README.md b/README.md index 44a6f06..89816a4 100644 --- a/README.md +++ b/README.md @@ -35,14 +35,22 @@ In `net.cgrand.xforms.io`: **Note:** it should always be safe to update to the latest xforms version; short of bugfixes, breaking changes are avoided. -## Usage +## Add as a dependency + +### tools.deps + +See the [Releases](/releases) page for coordinates. -Add this dependency to your project: +### Leiningen + +**Note that as of the writing of this, 0.19.3 (and perhaps later versions) are not yet published as jars** ```clj [net.cgrand/xforms "0.19.2"] ``` +## Usage + ```clj => (require '[net.cgrand.xforms :as x]) ``` @@ -232,7 +240,7 @@ Evaluation count : 24 in 6 samples of 4 calls. ## Changelog -### Unreleased +### 0.19.3 * Add `deps.edn` to enable usage as a [git library](https://clojure.org/guides/deps_and_cli#_using_git_libraries) * Bump `macrovich` to make Clojure and ClojureScript provided dependencies #34 diff --git a/project.clj b/project.clj index 6498344..14d05ae 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject net.cgrand/xforms "0.19.3-SNAPSHOT" +(defproject net.cgrand/xforms "0.19.3" :description "Extra transducers for Clojure" :url "https://github.com/cgrand/xforms" :license {:name "Eclipse Public License"