Skip to content

Commit 6971784

Browse files
committed
publish: apply version 1.2.23
1 parent 528d184 commit 6971784

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,6 +13,8 @@ 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.23 - 2023-02-13 [[v1.2.23]]
17+
1618
* Bump stale deps, some of which had vulnerabilities
1719
(https://github.com/clj-commons/pomegranate/issues/134[#134])
1820
(https://github.com/lread[@lread])
@@ -46,6 +48,8 @@ A release with known breaking changes is marked with:
4648
(https://github.com/clj-commons/pomegranate/pull/154[#154])
4749
(https://github.com/lread[@lread])
4850

51+
https://github.com/clj-commons/pomegranate/compare/Release-1.2.1\...v1.2.23[commit log]
52+
4953
== v1.2.1 - 2021-04-12
5054

5155
* Upgrade wagon libs from 3.2.2 \-> 3.3.4

deps.edn

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

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

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.1
5+
:lib-version: 1.2.23
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)