Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Feb 7, 2025
1 parent 1a4d6bb commit 5c3256c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changelog
*Also see [Tools and installer changelog](https://github.com/clojure/brew-install/blob/1.12.0/CHANGELOG.md)*

* next
* Update to latest tools.deps.cli
* 0.22.1488 on Feb 7, 2025
* Fix bug in prep-libs, missing prep alias
* 0.22.1484 on Feb 7, 2025
* During dep expansion, only consider lib to be omitted if all parent paths to root are omitted
Expand Down
6 changes: 3 additions & 3 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.22.1484
Latest release: 0.22.1488

* [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 "0.22.1484"}
org.clojure/tools.deps {:mvn/version "0.22.1488"}
```

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

```
[org.clojure/tools.deps "0.22.1484"]
[org.clojure/tools.deps "0.22.1488"]
```

[Maven](https://maven.apache.org) dependency information:
Expand Down

0 comments on commit 5c3256c

Please sign in to comment.