From e847e3e9ab9b847bb21806ad378273ccf209486b Mon Sep 17 00:00:00 2001 From: lread Date: Fri, 11 Aug 2023 07:44:49 -0400 Subject: [PATCH] publish: apply version 1.0.27 --- CHANGELOG.adoc | 4 ++++ deps.edn | 2 +- doc/01-user-guide.adoc | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 177f4ac..a45a4a0 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -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]) @@ -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. diff --git a/deps.edn b/deps.edn index 6181c4c..6a7be55 100644 --- a/deps.edn +++ b/deps.edn @@ -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"}}} diff --git a/doc/01-user-guide.adoc b/doc/01-user-guide.adoc index 42d6d6f..96bfe94 100644 --- a/doc/01-user-guide.adoc +++ b/doc/01-user-guide.adoc @@ -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.