Skip to content

Commit

Permalink
Prepare for next round of development
Browse files Browse the repository at this point in the history
  • Loading branch information
jprinet committed Jul 12, 2024
1 parent 4b8cd9a commit 524a07b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion quarkus-build-caching-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Reference the extension in `.mvn/extensions.xml` (this extension requires the de
<extension>
<groupId>com.gradle</groupId>
<artifactId>quarkus-build-caching-extension</artifactId>
<version>1.4</version>
<version>1.5</version>
</extension>
</extensions>
```
Expand Down
5 changes: 5 additions & 0 deletions quarkus-build-caching-extension/release/changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 1.5
- Allow to configure extra outputs
- Allow to disable in-container strategy requirement for native builds
- Remove configuration of ignored properties in Quarkus configuration dump file

### 1.4
- Add configuration of ignored properties in Quarkus configuration dump file

Expand Down

0 comments on commit 524a07b

Please sign in to comment.