Skip to content

Commit 9da3e7c

Browse files
committed
update for release
1 parent 8b03379 commit 9da3e7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
===========
33

4-
* next
4+
* 1.1.90 on Jul 22, 2024
55
* Update deps
66
* 1.1.76 on Dec 12, 2022
77
* Update to tools.deps and other deps

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tools.deps.graph uses [Graphviz](https://www.graphviz.org/) to generate images.
1414
Install tools.deps.graph as a Clojure CLI tool so it's available in any project:
1515

1616
```
17-
clj -Ttools install io.github.clojure/tools.deps.graph '{:git/tag "v1.1.84"}' :as graph
17+
clj -Ttools install io.github.clojure/tools.deps.graph '{:git/tag "v1.1.90"}' :as graph
1818
```
1919

2020
To run the tool in your current project:
@@ -94,14 +94,14 @@ clj -Tgraph graph :trace-file '"trace.edn"' :output '"trace"'
9494

9595
This project follows the version scheme MAJOR.MINOR.COMMITS where MAJOR and MINOR provide some relative indication of the size of the change, but do not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names). COMMITS is an ever-increasing counter of commits since the beginning of this repository.
9696

97-
Latest release: 1.1.76
97+
Latest release: 1.1.90
9898

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

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

103103
```
104-
org.clojure/tools.deps.graph {:mvn/version "1.1.76"}
104+
org.clojure/tools.deps.graph {:mvn/version "1.1.90"}
105105
```
106106

107107
# Developer Information

0 commit comments

Comments
 (0)