diff --git a/README.md b/README.md index 876abeb..ec29883 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,16 @@ More transducers and reducing functions for Clojure! Transducers: `reduce`, `into`, `by-key`, `partition`, `pad`, `for` and `window`. -Reducing functions: `str`, `str!`, `avg`, `count`, `juxt`, `juxt-map`. +Reducing functions: `str`, `str!`, `avg`, `count`, `juxt`, `juxt-map` and `first`. + +Transducing context: `transjuxt` (for performing several transductions in a single pass). ## Usage Add this dependency to your project: ```clj -[net.cgrand/xforms "0.1.0-SNAPSHOT"] +[net.cgrand/xforms "0.1.0"] ``` ```clj diff --git a/project.clj b/project.clj index 0fbd6c3..1c2493b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject net.cgrand/xforms "0.1.0-SNAPSHOT" +(defproject net.cgrand/xforms "0.1.0" :description "Extra transducers for Clojure" #_#_:url "http://example.com/FIXME" :license {:name "Eclipse Public License"