Skip to content

Commit

Permalink
Prepare for v0.14.0 (#1407)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunaris authored Aug 8, 2024
1 parent d53f37b commit 1479147
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
CHANGELOG
=========

## 0.14.0 (2024-08-08)

### Improvements

- Add support for parameterized providers
- Add support for local SDK generation

### Bug fixes

- Correctly escape special characters in generated Javadocs
- Fully qualify `java.lang` types in codegen

## 0.13.0 (2024-07-29)

### Improvements
Expand Down Expand Up @@ -65,7 +77,7 @@ CHANGELOG

### Improvements

- [sdk] Bumps com.google.guava:guava from 31.1-jre to 32.1.2-jre.
- [sdk] Bumps com.google.guava:guava from 31.1-jre to 32.1.2-jre.
[#1188](https://github.com/pulumi/pulumi-java/pull/1188)


Expand Down Expand Up @@ -113,7 +125,7 @@ CHANGELOG
### Improvements

- [java/sdk] Delegate alias computation to the engine. [#966](https://github.com/pulumi/pulumi-java/pull/966)

### Bug Fixes

- [codegen] Generate build.gradle files compatible with Gradle 8.0.
Expand Down
10 changes: 1 addition & 9 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
### Improvements


### Bug Fixes

- Correctly escape special characters in generated Javadocs.

- Bugfix: Fully qualify `java.lang` types in codegen.

- Add support for parameterized providers.

- Add support for local SDK generation.
### Bug Fixes

0 comments on commit 1479147

Please sign in to comment.