Skip to content

Commit 7e30d75

Browse files
committed
publish: apply version 1.2.24
1 parent 4e2a986 commit 7e30d75

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,15 @@ A release with known breaking changes is marked with:
1313
// (adjust these in publish.clj as you see fit)
1414
== Unreleased
1515

16+
== v1.2.24 - 2024-05-07 [[v1.2.24]]
17+
1618
* Fix: Default scope for managed dependencies should not be hard-coded to `compile`
1719
(https://github.com/clj-commons/pomegranate/issues/125[#125])
1820
(https://github.com/marcobiscaro2112[@marcobiscaro2112])
1921
* Docs: minor updates/corrections
2022

23+
https://github.com/clj-commons/pomegranate/compare/v1.2.23\...v1.2.24[commit log]
24+
2125
== v1.2.23 - 2023-02-13 [[v1.2.23]]
2226

2327
* Bump stale deps, some of which had vulnerabilities

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
:aliases {;; we use babashka/neil for project attributes
2424
;; publish workflow references these values (and automatically bumps patch component of version)
25-
:neil {:project {:version "1.2.23"
25+
:neil {:project {:version "1.2.24"
2626
;; artifact deploy name (and also, by chance, GitHub coordinates)
2727
:name clj-commons/pomegranate}}
2828

doc/01-user-guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:toclevels: 5
33
:toc:
44
// DO NOT EDIT: the lib-version parameter is automatically updated by bb publish
5-
:lib-version: 1.2.23
5+
:lib-version: 1.2.24
66

77
== Audience
88
You want to learn more about how to use the Pomegranate library from your app or library.

0 commit comments

Comments
 (0)