Skip to content

Commit

Permalink
Updated release notes and readme for 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoduncan committed Dec 13, 2012
1 parent bae0a3d commit a86f3b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ Installation is with maven or your favourite maven repository aware build tool.
### lein/cake project.clj ### lein/cake project.clj


```clj ```clj
:dependencies [[org.cloudhoist/stevedore "0.7.2"]] :dependencies [[org.cloudhoist/stevedore "0.7.3"]]
:repositories {"sonatype" :repositories {"sonatype"
"http://oss.sonatype.org/content/repositories/releases"} "http://oss.sonatype.org/content/repositories/releases"}
``` ```
Expand Down
6 changes: 5 additions & 1 deletion ReleaseNotes.md
@@ -1,6 +1,10 @@
# Stevedore Release Notes # Stevedore Release Notes


The latest release is 0.7.2. The latest release is 0.7.3.

## 0.7.3

- Allow use of deref as a value in a doseq binding


## 0.7.2 ## 0.7.2


Expand Down

0 comments on commit a86f3b9

Please sign in to comment.