Skip to content

Commit

Permalink
publish: apply version 1.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
lread committed Aug 11, 2023
1 parent c9eb7f2 commit e847e3e
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,6 +15,8 @@ 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.27 - 2023-08-11 [[v1.0.27]]

* New Features
** Added `:nesting-depth-limit` to `parse-string` and `parse-stream`
(https://github.com/clj-commons/clj-yaml/issues/81[#81])
Expand All @@ -40,6 +42,8 @@ Clj-yaml makes use of SnakeYAML, please also refer to the https://bitbucket.org/
(https://github.com/clj-commons/clj-yaml/issues/77[#77])
(https://github.com/lead[@lread])

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

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

WARNING: We addressed the breaking change in 0.7.169.
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.26"
:neil {:project {:version "1.0.27"
: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.26
:lib-version: 1.0.27

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

Please sign in to comment.