Skip to content

Commit

Permalink
publish: apply version 1.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
lread committed Nov 23, 2024
1 parent 3531a9e commit 57c817a
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 @@ -15,11 +15,15 @@ Clj-yaml makes use of SnakeYAML, please also refer to the https://bitbucket.org/
// (adjust these in publish.clj as you see fit)
== Unreleased

== v1.0.29 - 2024-11-23 [[v1.0.29]]

* Fixes
** Set `indent-with-indicator` before `indicator-indent` in dumper options
(https://github.com/clj-commons/clj-yaml/issues/31[#31])
(https://github.com/noonian[@noonian])

https://github.com/clj-commons/clj-yaml/compare/v1.0.28\...v1.0.29[commit log]

== v1.0.28 - 2024-09-10 [[v1.0.28]]

* Dependencies
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:aliases
{;; we use babashka/neil for project attributes
;; publish workflow references these values (and automatically bumps patch)
:neil {:project {:version "1.0.28"
:neil {:project {:version "1.0.29"
:name clj-commons/clj-yaml}}
:1.8 {:override-deps {org.clojure/clojure {:mvn/version "1.8.0"}}}
:1.9 {:override-deps {org.clojure/clojure {:mvn/version "1.9.0"}}}
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.0.28
:lib-version: 1.0.29

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

0 comments on commit 57c817a

Please sign in to comment.