Skip to content

Commit 62c7e5a

Browse files
committed
update for release
1 parent bfe7f20 commit 62c7e5a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Changelog
22
===========
33

4+
* v0.10.0 3a2c484 on Mar 8, 2024
5+
* Updated deps to latest tools.deps and Clojure 1.11.2
46
* v0.9.6 8e78bcc on Oct 6, 2023
57
* write-pom - add :pom-data to supply extra pom data when generating a new pom
68
* uber - fix exclusions and conflict handling when including local deps on windows

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Latest release:
1717
As a git dep:
1818

1919
```clojure
20-
io.github.clojure/tools.build {:git/tag "v0.9.6" :git/sha "8e78bcc"}
20+
io.github.clojure/tools.build {:git/tag "v0.10.0" :git/sha "3a2c484"}
2121
```
2222

2323
As a Maven dep:
2424

2525
```clojure
26-
io.github.clojure/tools.build {:mvn/version "0.9.6"}
26+
io.github.clojure/tools.build {:mvn/version "0.10.0"}
2727
```
2828

2929
# Developer Information
@@ -36,7 +36,7 @@ io.github.clojure/tools.build {:mvn/version "0.9.6"}
3636

3737
# Copyright and License
3838

39-
Copyright © 2023 Rich Hickey, Alex Miller, and contributors
39+
Copyright © Rich Hickey, Alex Miller, and contributors
4040

4141
All rights reserved. The use and
4242
distribution terms for this software are covered by the
@@ -46,4 +46,4 @@ in any fashion, you are agreeing to be bound by the terms of this
4646
license. You must not remove this notice, or any other, from this
4747
software.
4848

49-
[Eclipse Public License 1.0]: http://opensource.org/licenses/eclipse-1.0.php
49+
[Eclipse Public License 1.0]: https://opensource.org/license/epl-1-0

0 commit comments

Comments
 (0)