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

Commit

Permalink
add short sha
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Mar 6, 2022
1 parent 9bd8b8a commit f70637b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

* v0.8.0 -- 2022-03-06
* v0.8.0 9bd8b8a -- 2022-03-06
* Fix [#18](https://github.com/seancorfield/build-clj/issues/18) by using `resolve-path` from `tools.build`.
* This project is now tracking `tools.build` version numbers (v0.8.0) _[I'll figure out a version schema for any releases I make between `tools.build` releases if that actually happens!]_

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ your `:build` alias can just be:

```clojure
:build {:deps {io.github.seancorfield/build-clj
{:git/tag "v0.7.0" :git/sha "5d2cb60"}}
{:git/tag "v0.8.0" :git/sha "9bd8b8a"}}
:ns-default build}
```

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

```clojure
:build {:deps {io.github.seancorfield/build-clj
{:git/tag "v0.7.0" :git/sha "5d2cb60"
{:git/tag "v0.8.0" :git/sha "9bd8b8a"
;; omits deps-deploy dependency:
:deps/root "slim"}}
:ns-default build}
Expand Down

0 comments on commit f70637b

Please sign in to comment.