Skip to content

Commit

Permalink
Update README with latest release information
Browse files Browse the repository at this point in the history
  • Loading branch information
gar3thjon3s committed Aug 10, 2012
1 parent ff1365d commit 970fafd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Expand Up @@ -4,21 +4,21 @@ tools.cli is a command line argument parser for Clojure.

## Releases and Dependency Information

Latest stable release: 0.2.1
Latest stable release: 0.2.2

* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.cli%22)
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~tools.cli~~~)

[Leiningen](https://github.com/technomancy/leiningen) dependency information:

[org.clojure/tools.cli "0.2.1"]
[org.clojure/tools.cli "0.2.2"]

[Maven](http://maven.apache.org/) dependency information:

<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.cli</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
</dependency>

## Example Usage
Expand Down Expand Up @@ -165,6 +165,9 @@ providing help to the user:

## Change Log

* Release 0.2.2 on 2012-08-09
* Applying patch for [TCLI-1](http://dev.clojure.org/jira/browse/TCLI-1)
(do not include keys when no value provided by :default)
* Release 0.2.1 on 2011-11-03
* Removing the :required option. Hangover from when -h and --help were
implemented by default, causes problems if you want help and dont
Expand Down

0 comments on commit 970fafd

Please sign in to comment.