Skip to content

Commit 57c817a

Browse files
committed
publish: apply version 1.0.29
1 parent 3531a9e commit 57c817a

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
@@ -15,11 +15,15 @@ Clj-yaml makes use of SnakeYAML, please also refer to the https://bitbucket.org/
1515
// (adjust these in publish.clj as you see fit)
1616
== Unreleased
1717

18+
== v1.0.29 - 2024-11-23 [[v1.0.29]]
19+
1820
* Fixes
1921
** Set `indent-with-indicator` before `indicator-indent` in dumper options
2022
(https://github.com/clj-commons/clj-yaml/issues/31[#31])
2123
(https://github.com/noonian[@noonian])
2224

25+
https://github.com/clj-commons/clj-yaml/compare/v1.0.28\...v1.0.29[commit log]
26+
2327
== v1.0.28 - 2024-09-10 [[v1.0.28]]
2428

2529
* Dependencies

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:aliases
88
{;; we use babashka/neil for project attributes
99
;; publish workflow references these values (and automatically bumps patch)
10-
:neil {:project {:version "1.0.28"
10+
:neil {:project {:version "1.0.29"
1111
:name clj-commons/clj-yaml}}
1212
:1.8 {:override-deps {org.clojure/clojure {:mvn/version "1.8.0"}}}
1313
:1.9 {:override-deps {org.clojure/clojure {:mvn/version "1.9.0"}}}

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.0.28
5+
:lib-version: 1.0.29
66

77
== Audience
88
You want to learn more about how to use the clj-yaml library from your app, library or script.

0 commit comments

Comments
 (0)