Skip to content

Commit

Permalink
Prepare release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaracha committed Oct 31, 2024
1 parent 3c9e27c commit b2f057c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.1] - 2024-10-31

### Fixed

- If a task input or output is a collection property (list/map/set), additional items can be manually added during configuration instead of just replacing the convention.
Expand Down Expand Up @@ -55,7 +57,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- DSL extension to configure Typst version and multiple source sets
- Some auxiliary value sources for git has and latest GitHub release

[unreleased]: https://github.com/infolektuell/gradle-typst/compare/v0.4.0...HEAD
[unreleased]: https://github.com/infolektuell/gradle-typst/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/infolektuell/gradle-typst/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/infolektuell/gradle-typst/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/infolektuell/gradle-typst/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/infolektuell/gradle-typst/compare/v0.1.0...v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ plugins {
// Good practice to have some standard tasks like clean, assemble, build
id("base")
// Apply the Typst plugin
id("de.infolektuell.typst") version "0.4.0"
id("de.infolektuell.typst") version "0.4.1"
}
// The release tag for the Typst version to be used, defaults to latest stable release on GitHub
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group=de.infolektuell
version=0.4.0
version=0.4.1

0 comments on commit b2f057c

Please sign in to comment.