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 6, 2025
1 parent 1c52bf0 commit ddfca39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Changelog

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

* next
* 0.22.1476 on Feb 6, 2025
* Modify dep expansion to reenqueue same version children in case previous parent was omitted
* Memoize dep lookups during dep expansion to avoid unnecessary calls
* 0.21.1471 on Jan 27, 2024
* 0.21.1471 on Jan 27, 2025
* Fix bug with -Srepro -Spom
* 0.21.1467 on Dec 31, 2024
* Refactored tool classpath calculation and align on create-basis
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tools.deps
t5ools.deps
========================================

A functional API for transitive dependency graph expansion and the creation of classpaths.
Expand Down Expand Up @@ -31,20 +31,20 @@ Also see:

# Release Information

Latest release: 0.21.1471
Latest release: 0.22.1476

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

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

```
[org.clojure/tools.deps "0.21.1471"]
[org.clojure/tools.deps "0.22.1476"]
```

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

0 comments on commit ddfca39

Please sign in to comment.