Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Dec 29, 2023
1 parent 2709344 commit f3fc11e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ Changelog

*Also see [Tools and installer changelog](https://github.com/clojure/brew-install/blob/1.11.1/CHANGELOG.md)*

* 0.18.1394 on Dec 29, 2023
* Re-did release due to prior tagging failure
* 0.18.1393 on Dec 29, 2023
* Update to latest tools.deps.cli in root deps.edn
* Release process failed, no tag was generated
* 0.18.1389 on Dec 28, 2023
* Update maven core deps, remove Guava dep
* 0.18.1385 on Dec 28, 2023
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@ Also see:

# Release Information

Latest release: 0.18.1389
Latest release: 0.18.1394

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

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

```
org.clojure/tools.deps {:mvn/version "00.18.1389"}
org.clojure/tools.deps {:mvn/version "00.18.1394"}
```

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

```
[org.clojure/tools.deps "0.18.1389"]
[org.clojure/tools.deps "0.18.1394"]
```

[Maven](https://maven.apache.org) dependency information:
Expand All @@ -53,7 +53,7 @@ org.clojure/tools.deps {:mvn/version "00.18.1389"}
<dependency>
<groupId>org.clojure</groupId>
<artifactId>tools.deps</artifactId>
<version>0.18.1389</version>
<version>0.18.1394</version>
</dependency>
```

Expand Down

0 comments on commit f3fc11e

Please sign in to comment.