Skip to content

Commit e847e3e

Browse files
committed
publish: apply version 1.0.27
1 parent c9eb7f2 commit e847e3e

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,6 +15,8 @@ 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.27 - 2023-08-11 [[v1.0.27]]
19+
1820
* New Features
1921
** Added `:nesting-depth-limit` to `parse-string` and `parse-stream`
2022
(https://github.com/clj-commons/clj-yaml/issues/81[#81])
@@ -40,6 +42,8 @@ Clj-yaml makes use of SnakeYAML, please also refer to the https://bitbucket.org/
4042
(https://github.com/clj-commons/clj-yaml/issues/77[#77])
4143
(https://github.com/lead[@lread])
4244

45+
https://github.com/clj-commons/clj-yaml/compare/v1.0.26\...v1.0.27[commit log]
46+
4347
== v1.0.26 [minor breaking] - 2022-10-04 [[v1.0.26]]
4448

4549
WARNING: We addressed the breaking change in 0.7.169.

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.26"
10+
:neil {:project {:version "1.0.27"
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.26
5+
:lib-version: 1.0.27
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)