Skip to content

Commit

Permalink
publish: apply version 1.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
lread committed Sep 10, 2024
1 parent 6ddb4a6 commit fee39f7
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.28 - 2024-09-10 [[v1.0.28]]

* Dependencies
** Bump `org.flatland/ordered` to version `1.15.12`
(https://github.com/clj-commons/clj-yaml/issues/123[#123])
Expand All @@ -26,6 +28,8 @@ Clj-yaml makes use of SnakeYAML, please also refer to the https://bitbucket.org/
(https://github.com/clj-commons/clj-yaml/issues/136[#136])
(https://github.com/lread[@lread])

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

== v1.0.27 - 2023-08-11 [[v1.0.27]]

* New Features
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.27"
:neil {:project {:version "1.0.28"
: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.27
:lib-version: 1.0.28

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

Please sign in to comment.