From 560f209914ab87456536c23ac109915751d86bc2 Mon Sep 17 00:00:00 2001 From: Christophe Grand Date: Wed, 16 Sep 2015 13:32:47 +0200 Subject: [PATCH] Version 0.1.0 --- README.md | 6 ++++-- project.clj | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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"