Skip to content

Commit

Permalink
publish: apply version 1.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
lread committed Oct 4, 2022
1 parent 8e4be83 commit cff80ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ Clj-yaml makes use of SnakeYAML, please also refer to the https://bitbucket.org/
// - unreleased section empty
// - optional attribute is not [breaking] or [minor breaking]
// (adjust these in publish.clj as you see fit)
== Unreleased [minor breaking]
== Unreleased

== v1.0.26 [minor breaking] - 2022-10-04 [[v1.0.26]]

WARNING: We addressed the breaking change in 0.7.169.
This breaks v0.7.169 for those directly using the low-level `decode` function, but restores compatibility for prior versions.
Expand Down Expand Up @@ -53,6 +55,8 @@ Those not using the low-level `decode` function directly are unaffected.
(https://github.com/clj-commons/clj-yaml/issues/69[#69])
(https://github.com/lread[@lread])

https://github.com/clj-commons/clj-yaml/compare/Release-0.7.169\...v1.0.26[commit log]

== v0.7.169 [minor breaking] - 2022-09-26

WARNING: We have discovered that some folks use some clj-yaml functionality we assumed was internal.
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.25"
:neil {:project {:version "1.0.26"
: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: 0.7.169
:lib-version: 1.0.26

== 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 cff80ce

Please sign in to comment.