Skip to content

Commit

Permalink
prep for 0.7.1 release
Browse files Browse the repository at this point in the history
0.7.1-rc added

Signed-off-by: Sean Corfield <[email protected]>
  • Loading branch information
seancorfield committed May 7, 2024
1 parent 5a6168d commit c1e42aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

* v0.7.next in progress
* v0.7.1-rc 5a6168d -- 2024-05-07
* Update default Clojure version in generated projects to 1.11.3; update various other dependencies too.

* v0.7.0 58f2c19 -- 2024-01-13
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,8 @@ viable alternative:

```clojure
:new {:deps {org.babashka/cli {:mvn/version "0.2.15"}
io.github.seancorfield/deps-new {:git/tag "v0.7.0"
:git/sha "58f2c19"}}
io.github.seancorfield/deps-new {:git/tag "v0.7.1-rc"
:git/sha "5a6168d"}}
:ns-default org.corfield.new
:exec-args {} ;; insert default arguments here
:main-opts ["-m" "babashka.cli.exec"]}
Expand Down
2 changes: 1 addition & 1 deletion resources/org/corfield/new/template/build/deps.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
io.github.cognitect-labs/test-runner
{:git/tag "v0.5.1" :git/sha "dfb30dd"}
io.github.seancorfield/deps-new
{:git/tag "v0.7.0" :git/sha "58f2c19"}}}
{:git/tag "v0.7.1-rc" :git/sha "5a6168d"}}}
:build {:deps {io.github.clojure/tools.build
{:mvn/version "0.10.3"}}
:ns-default build}}}

0 comments on commit c1e42aa

Please sign in to comment.