From 60cb9279cb3e7096c08967db0d5f4a53481d088f Mon Sep 17 00:00:00 2001 From: Hugo Duncan Date: Fri, 20 Sep 2013 13:55:54 -0400 Subject: [PATCH] Updated project.clj, release notes and readme for 0.8.0-beta.5 --- README.md | 4 ++-- ReleaseNotes.md | 10 +++++++++- project.clj | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 93e8e1de..d02af4f2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Installation is with lein or your favourite maven repository aware build tool. ### lein project.clj ```clj -:dependencies [[com.palletops/stevedore "0.8.0-beta.4"]] +:dependencies [[com.palletops/stevedore "0.8.0-beta.5"]] ``` ### maven pom.xml @@ -29,7 +29,7 @@ Installation is with lein or your favourite maven repository aware build tool. com.palletops stevedore - 0.8.0-beta.4 + 0.8.0-beta.5 diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 11f65fbf..a79ce549 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -2,6 +2,14 @@ The latest stable release is 0.7.3. +## 0.8.0-beta.5 + +- Allow vector values in map-to-arg-string + In pallet.stevedore/map-to-arg-string, make keys with vector values result + in having the switch repeated for each value in the vector. + +- Support using multimethods as script functions + ## 0.8.0-beta.4 - Use {} for grouping of negation expressions @@ -33,7 +41,7 @@ The latest stable release is 0.7.3. - Use leiningen instead of maven - Symbols in argument position are resolved - This removes the need to deref script functions. Script functions are + This removes the need to deref script functions. Script functions are now regular functions, with a custom dispatch mechanism. Plain clojure functions can now be used as script functions. diff --git a/project.clj b/project.clj index 31f27592..947dff6c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.palletops/stevedore "0.8.0-SNAPSHOT" +(defproject com.palletops/stevedore "0.8.0-beta.5" :description "Embeds shell script in clojure" :url "http://palletops.com" :license {:name "Eclipse Public License"