Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit 0214117

Browse files
committed
add short SHA
1 parent 972031a commit 0214117

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
* v0.6.5 -- 2021-12-23
3+
* v0.6.5 972031a -- 2021-12-23
44
* Update `tools.build` to v0.7.4 for various enhancements and bug fixes.
55

66
* v0.6.4 c21cfde -- 2021-12-22

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ your `:build` alias can just be:
1212

1313
```clojure
1414
:build {:deps {io.github.seancorfield/build-clj
15-
{:git/tag "v0.6.4" :git/sha "c21cfde"}}
15+
{:git/tag "v0.6.5" :git/sha "972031a"}}
1616
:ns-default build}
1717
```
1818

@@ -35,7 +35,7 @@ not building JAR files at all) -- then you can specify a "slim" entry point to
3535

3636
```clojure
3737
:build {:deps {io.github.seancorfield/build-clj
38-
{:git/tag "v0.6.4" :git/sha "c21cfde"
38+
{:git/tag "v0.6.5" :git/sha "972031a"
3939
;; omits deps-deploy dependency:
4040
:deps/root "slim"}}
4141
:ns-default build}

0 commit comments

Comments
 (0)