Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Mar 8, 2024
1 parent 797a881 commit 02d1a49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
===========

* next on Mar 8, 2024
* 0.10.55 on Mar 8, 2024
* Update to latest tools.deps and Clojure 1.11.2
* Add new :dir option to all programs that use create-basis
* 0.9.49 on Dec 29, 2023
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ Deps programs for use via the Clojure CLI. The Clojure CLI ships with a standard

Also see:

* [Deps and CLI Reference - Other programs](https://clojure.org/reference/deps_and_cli#_other_programs)
* [Deps and CLI Reference - Other programs](https://clojure.org/reference/clojure_cli#programs)
* [API](https://clojure.github.io/tools.deps.cli)

# Release Information

Latest release: 0.9.49
Latest release: 0.10.55

* [All released versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.deps.cli%22)

[deps.edn](https://clojure.org/guides/deps_and_cli) dependency information:

```
org.clojure/tools.deps.cli {:mvn/version "0.9.49"}
org.clojure/tools.deps.cli {:mvn/version "0.10.55"}
```

# Developer Information
Expand All @@ -29,7 +29,7 @@ org.clojure/tools.deps.cli {:mvn/version "0.9.49"}

# Copyright and License

Copyright © 2017-2023 Rich Hickey, Alex Miller, and contributors
Copyright © Rich Hickey, Alex Miller, and contributors

All rights reserved. The use and
distribution terms for this software are covered by the
Expand Down

0 comments on commit 02d1a49

Please sign in to comment.