Skip to content

Commit

Permalink
publish: apply version 1.2.24
Browse files Browse the repository at this point in the history
  • Loading branch information
lread committed May 7, 2024
1 parent 4e2a986 commit 7e30d75
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@ A release with known breaking changes is marked with:
// (adjust these in publish.clj as you see fit)
== Unreleased

== v1.2.24 - 2024-05-07 [[v1.2.24]]

* Fix: Default scope for managed dependencies should not be hard-coded to `compile`
(https://github.com/clj-commons/pomegranate/issues/125[#125])
(https://github.com/marcobiscaro2112[@marcobiscaro2112])
* Docs: minor updates/corrections

https://github.com/clj-commons/pomegranate/compare/v1.2.23\...v1.2.24[commit log]

== v1.2.23 - 2023-02-13 [[v1.2.23]]

* Bump stale deps, some of which had vulnerabilities
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion doc/01-user-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:toclevels: 5
:toc:
// DO NOT EDIT: the lib-version parameter is automatically updated by bb publish
:lib-version: 1.2.23
:lib-version: 1.2.24

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

0 comments on commit 7e30d75

Please sign in to comment.