Skip to content

Commit

Permalink
Release 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xeqi committed Aug 10, 2012
1 parent f541522 commit 9fe1b80
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
@@ -0,0 +1,4 @@
## 0.0.6 / 2012-8-10

* Send all cookie values not explicitly deleted (Gijs Stuurman)
* Send :post parameters in body (Alex Redington)
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -8,7 +8,7 @@ peridot is available from [clojars](http://clojars.org).

### Leiningen
```clojure
[peridot "0.0.5"]
[peridot "0.0.6"]
```

### Maven (requires adding clojars repo):
Expand All @@ -17,7 +17,7 @@ peridot is available from [clojars](http://clojars.org).
<dependency>
<groupId>peridot</groupId>
<artifactId>peridot</artifactId>
<version>0.0.5</version>
<version>0.0.6</version>
</dependency>
```

Expand Down Expand Up @@ -117,6 +117,6 @@ peridot runs without an http server and, depending on your setup, transactions c

## License

Copyright (C) 2012 Nelson Morris
Copyright (C) 2012 Nelson Morris and [contributors](https://github.com/xeqi/peridot/graphs/contributors)

Distributed under the Eclipse Public License, the same as Clojure.
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject peridot "0.0.6-SNAPSHOT"
(defproject peridot "0.0.6"
:description "a basic api for testing ring apps"
:url "https://github.com/xeqi/peridot"
:min-lein-version "2.0.0"
Expand Down

0 comments on commit 9fe1b80

Please sign in to comment.