Skip to content

Commit 24d3eb7

Browse files
committed
update for release
1 parent e4b3fb9 commit 24d3eb7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.68 on Dec 10, 2021
55
* Bump to latest tools.deps.alpha and other deps
66
* 1.0.63 on May 30, 2021
77
* Add tool usage info

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add tools.deps.graph as an alias in your ~/.clojure/deps.edn so it's available i
1616
```clojure
1717
{...
1818
:aliases
19-
{:graph {:replace-deps {org.clojure/tools.deps.graph {:mvn/version "1.0.63"}}
19+
{:graph {:replace-deps {org.clojure/tools.deps.graph {:mvn/version "1.1.68"}}
2020
:main-opts ["-m" "clojure.tools.deps.graph"] ;; deprecated
2121
:ns-default clojure.tools.deps.graph}}}
2222
```
@@ -106,14 +106,14 @@ clj -X:graph graph :trace-file '"trace.edn"' :output '"trace"'
106106

107107
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.
108108

109-
Latest release: 1.0.63
109+
Latest release: 1.1.68
110110

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

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

115115
```
116-
org.clojure/tools.deps.graph {:mvn/version "1.0.63"}
116+
org.clojure/tools.deps.graph {:mvn/version "1.1.68"}
117117
```
118118

119119
# Developer Information

0 commit comments

Comments
 (0)