Skip to content

Commit

Permalink
Prepare for v0.19.0 release (#1502)
Browse files Browse the repository at this point in the history
### Improvements

- Allow specifying dependencies for output invokes

- Reduce binary size by stripping debug information

- Apply default dependencies consistently

### Bug Fixes

- Fix the language plugin to return a version
  • Loading branch information
justinvp authored Dec 11, 2024
1 parent 8f88a80 commit cc2ca5b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
CHANGELOG
=========

### Unreleased
### 0.19.0 (2024-12-11)

### Improvements

- Allow specifying dependencies for output invokes

- Reduce binary size by stripping debug information

- Apply default dependencies consistently.
- Apply default dependencies consistently

### Bug Fixes

- Fix the language plugin to return a version

## 0.18.0 (2024-11-26)

Expand Down
12 changes: 2 additions & 10 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,9 @@

- Allow specifying dependencies for output invokes

- Update to Pulumi 3.139.0
- Reduce binary size by stripping debug information

- Implement `GenerateProgram` and `GenerateProject` RPC endpoints for Java

- Implement the `GeneratePackage` RPC endpoint for Java

- Implement the `Pack` RPC endpoint for Java

- Enable language conformance tests for Java

- Update `io.github.gradle-nexus.publish-plugin` to 2.0.0 from 1.1.0.
- Apply default dependencies consistently

### Bug Fixes

Expand Down

0 comments on commit cc2ca5b

Please sign in to comment.