Skip to content

Commit

Permalink
update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Mar 8, 2024
1 parent bfe7f20 commit 62c7e5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Changelog
===========

* v0.10.0 3a2c484 on Mar 8, 2024
* Updated deps to latest tools.deps and Clojure 1.11.2
* v0.9.6 8e78bcc on Oct 6, 2023
* write-pom - add :pom-data to supply extra pom data when generating a new pom
* uber - fix exclusions and conflict handling when including local deps on windows
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Latest release:
As a git dep:

```clojure
io.github.clojure/tools.build {:git/tag "v0.9.6" :git/sha "8e78bcc"}
io.github.clojure/tools.build {:git/tag "v0.10.0" :git/sha "3a2c484"}
```

As a Maven dep:

```clojure
io.github.clojure/tools.build {:mvn/version "0.9.6"}
io.github.clojure/tools.build {:mvn/version "0.10.0"}
```

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

# Copyright and License

Copyright © 2023 Rich Hickey, Alex Miller, and contributors
Copyright © Rich Hickey, Alex Miller, and contributors

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

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

0 comments on commit 62c7e5a

Please sign in to comment.