Prepare 0.25.1 release

This commit is contained in:
Dan Chao
2024-02-01 16:38:40 -08:00
parent ba8279aeee
commit bf90b41069
22 changed files with 26 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
name: main
title: Main Project
version: 0.25.0
version: 0.25.1
prerelease: false
nav:
- nav.adoc

View File

@@ -3,7 +3,7 @@
// the following attributes must be updated immediately before a release
// pkl version corresponding to current git commit without -dev suffix or git hash
:pkl-version-no-suffix: 0.25.0
:pkl-version-no-suffix: 0.25.1
// tells whether pkl version corresponding to current git commit
// is a release version (:is-release-version: '') or dev version (:!is-release-version:)
:is-release-version: ''

View File

@@ -1,6 +1,11 @@
= Changelog
include::ROOT:partial$component-attributes.adoc[]
[[release-0.25.1]]
== 0.25.1 (2024-02-01)
* Fixes issue where pkl-tools fat jar is empty.
[[release-0.25.0]]
== 0.25.0 (2024-02-01)