Skip to content

Commit 7c5f387

Browse files
committed
publish: apply version 1.3.26
1 parent 07427e1 commit 7c5f387

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

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.3.26 - 2026-04-08 [[v1.3.26]]
17+
1618
* Support reporting of problem details as per RFC 9457.
1719
This means we now use HttpTransport instead of HttpWagon by default,
1820
and includes upgrading the dependency on `org.apache.maven.resolver/maven-resolver-transport-file` and related libraries
@@ -29,6 +31,8 @@ and includes upgrading the dependency on `org.apache.maven.resolver/maven-resolv
2931
(https://github.com/clj-commons/pomegranate/pull/229[#229])
3032
(https://github.com/frenchy64[@frenchy64])
3133

34+
https://github.com/clj-commons/pomegranate/compare/v1.2.25\...v1.3.26[commit log]
35+
3236
== v1.2.25 - 2025-08-06 [[v1.2.25]]
3337

3438
* Override maven dep of `org.apache.commons/commons-lang3` to address CVE-2025-48924

deps.edn

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

4040
:aliases { ;; we use babashka/neil for project attributes
4141
;; publish workflow references these values (and automatically bumps patch component of version)
42-
:neil {:project {:version "1.3.25"
42+
:neil {:project {:version "1.3.26"
4343
;; artifact deploy name (and also, by chance, GitHub coordinates)
4444
:name clj-commons/pomegranate}}
4545

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.25
5+
:lib-version: 1.3.26
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)