Skip to content

Commit

Permalink
prep for 0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Corfield <[email protected]>
  • Loading branch information
seancorfield committed Dec 25, 2023
1 parent aa8ae61 commit dbfe450
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changes

* v0.5.next in progress
* v0.6.0 -- 2023-12-25
* Address [#54](https://github.com/seancorfield/deps-new/issues/54) by adding `:src-dirs` option to `create` so templates can be found in directories other than on the classpath.
* Address [#52](https://github.com/seancorfield/deps-new/issues/52) by adding some notes about generated projects to the README.
* Add `:post-process-fn` support to `template.edn` so that generated projects can be programmatically modified after generation.
* Add note to README about possible `new` tool install error due to prior `clj-new` install (and how to fix it).

* v0.5.3 -- 2023-10-06
* v0.5.3 c899135 -- 2023-10-06
* Address [#45](https://github.com/seancorfield/deps-new/issues/45) by updating `tools.build` to 0.9.6 and getting rid of the template `pom.xml` file altogether, in favor of the new `:pom-data` option to `b/write-pom`.
* Update `expectations` to 2.1.182.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ for a template that exists in a `git` repository.
> Note: because `deps-new` is based on `tools.build` and uses its file copying functions, the template must ultimately live on the filesystem, so `:local/root` and `git`-based coordinates are supported, but Maven/Clojars coordinates are not.
As of v0.5.next, `:src-dirs` can be used to specify a list of
As of v0.6.0, `:src-dirs` can be used to specify a list of
directories to search for templates, in addition to the classpath.
Those directories are searched in order, and take priority over the
classpath. This allows you to have templates in a directory structure
Expand Down

0 comments on commit dbfe450

Please sign in to comment.