Skip to content

Commit

Permalink
Prepare release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaracha committed Nov 8, 2024
1 parent 26efb81 commit bcffc0c
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.0] - 2024-11-08

### Changed

- When Jextract 22 is requested, Build 22-jextract+6-47 will be downloaded from now on.
Expand Down Expand Up @@ -62,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Task to generate bindings for given headers using Jextract
- DSL extension to configure multiple native libraries and desired Jextract version/installation

[unreleased]: https://github.com/infolektuell/gradle-jextract/compare/v0.3.0...HEAD
[unreleased]: https://github.com/infolektuell/gradle-jextract/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/infolektuell/gradle-jextract/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/infolektuell/gradle-jextract/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/infolektuell/gradle-jextract/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/infolektuell/gradle-jextract/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 @@ -33,7 +33,7 @@ In _build.gradle.kts_:
```gradle kotlin dsl
plugins {
id("application")
id("de.infolektuell.jextract") version "0.3.0"
id("de.infolektuell.jextract") version "0.4.0"
}
jextract.libraries {
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.3.0
version=0.4.0

0 comments on commit bcffc0c

Please sign in to comment.