Skip to content

Commit a306d4d

Browse files
committed
Update readme and change log for 2.4.1
1 parent d484bde commit a306d4d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Depot changes
22

3+
## v2.4.1
4+
5+
Fix tests and some compatibility issues around [rewrite-clj](https://github.com/clj-commons/rewrite-clj) v1 and whitespace.
6+
37
## v2.4.0
48

59
- Merge [#56](https://github.com/Olical/depot/pull/56) - Update deps version && add `:git/url` for git repo. Thank you, [@JackSho](https://github.com/JackSho)!

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ I'd recommend adding depot as an alias in your own `deps.edn` file, this will al
2222

2323
```clojure
2424
{:deps {}
25-
:aliases {:outdated {:replace-deps {olical/depot {:mvn/version "2.4.0"}}
25+
:aliases {:outdated {:replace-deps {olical/depot {:mvn/version "2.4.1"}}
2626
:main-opts ["-m" "depot.outdated.main"]}}}
2727
```
2828

0 commit comments

Comments
 (0)