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

Commit

Permalink
prep for v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Jan 17, 2023
1 parent 7203046 commit 9c9f078
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

* v0.9.2 -- 2023-01-17
* Update `tools.build` to v0.9.2 (for TBUILD-30 fix).

* v0.9.1 831c70f -- 2023-01-14
* Update `tools.build` to v0.9.1.

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

```clojure
:build {:deps {io.github.seancorfield/build-clj
{:git/tag "v0.9.1" :git/sha "831c70f"}}
{:git/tag "v0.9.2" :git/sha "..."}}
:ns-default build}
```

Expand All @@ -39,7 +39,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.9.1" :git/sha "831c70f"
{:git/tag "v0.9.2" :git/sha "..."
;; omits deps-deploy dependency:
:deps/root "slim"}}
:ns-default build}
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:deps
{io.github.clojure/tools.build {:git/tag "v0.9.1" :git/sha "27ff8a4"}
{io.github.clojure/tools.build {:git/tag "v0.9.2" :git/sha "fe6b140"}
io.github.seancorfield/build-uber-log4j2-handler {:git/tag "v0.1.5" :git/sha "55fb6f6"}
slipset/deps-deploy {:mvn/version "0.2.0"}}}
2 changes: 1 addition & 1 deletion slim/deps.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{:deps
{io.github.seancorfield/build-clj-slim {:local/root "../"
:exclusions [slipset/deps-deploy]}
io.github.clojure/tools.build {:git/tag "v0.9.1" :git/sha "27ff8a4"}
io.github.clojure/tools.build {:git/tag "v0.9.2" :git/sha "fe6b140"}
io.github.seancorfield/build-uber-log4j2-handler {:git/tag "v0.1.5" :git/sha "55fb6f6"}}}

0 comments on commit 9c9f078

Please sign in to comment.