Skip to content

Commit 57c138f

Browse files
release: 2023-07-26 new version of practicalli/project-templates
1 parent a368095 commit 57c138f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.org

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
#+TITLE: Changelog
22

33
* Unreleased
4+
5+
* 2023-07-26
46
** Added
5-
- ~:project/create~ version 2023-07-14 of practicalli/project-templatess
7+
- ~:project/create~ version 2023-07-14 of practicalli/project-templates
8+
- ~:project/create~ version 2023-07-26 of practicalli/project-templates
69

710
* 2023-07-01
811
** Added

deps.edn

+2-2
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
{:replace-deps {io.github.seancorfield/deps-new
294294
{:git/tag "v0.5.2" :git/sha "253f32a"}
295295
io.github.practicalli/project-templates
296-
{:git/tag "2023-07-17-2" :git/sha "803fd54"}}
296+
{:git/tag "2023-07-26" :git/sha "8f96e4b"}}
297297
:exec-fn org.corfield.new/create
298298
:exec-args {:template practicalli/minimal
299299
:name practicalli/playground}}
@@ -309,7 +309,7 @@
309309

310310
:project/templates
311311
{:extra-deps {io.github.practicalli/project-templates
312-
{:git/tag "2023-07-17-2" :git/sha "803fd54"}}}
312+
{:git/tag "2023-07-26" :git/sha "8f96e4b"}}}
313313

314314
;; Convert Leiningen projects to Clojure CLI with depify
315315
;; Use `lein pprint` when `project.clj` includes quoted variables or paths to resolve

0 commit comments

Comments
 (0)