File tree 3 files changed +6
-2
lines changed 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,15 @@ A release with known breaking changes is marked with:
13
13
// (adjust these in publish.clj as you see fit)
14
14
== Unreleased
15
15
16
+ == v1.2.24 - 2024-05-07 [[v1.2.24]]
17
+
16
18
* Fix: Default scope for managed dependencies should not be hard-coded to `compile`
17
19
(https://github.com/clj-commons/pomegranate/issues/125[#125])
18
20
(https://github.com/marcobiscaro2112[@marcobiscaro2112])
19
21
* Docs: minor updates/corrections
20
22
23
+ https://github.com/clj-commons/pomegranate/compare/v1.2.23\...v1.2.24[commit log]
24
+
21
25
== v1.2.23 - 2023-02-13 [[v1.2.23]]
22
26
23
27
* Bump stale deps, some of which had vulnerabilities
Original file line number Diff line number Diff line change 22
22
23
23
:aliases {; ; we use babashka/neil for project attributes
24
24
; ; 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 "
26
26
; ; artifact deploy name (and also, by chance, GitHub coordinates)
27
27
:name clj-commons/pomegranate}}
28
28
Original file line number Diff line number Diff line change 2
2
:toclevels: 5
3
3
:toc:
4
4
// 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
6
6
7
7
== Audience
8
8
You want to learn more about how to use the Pomegranate library from your app or library.
You can’t perform that action at this time.
0 commit comments