Skip to content

Commit

Permalink
Add 0.4.1 release changelog (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 authored Jun 30, 2022
1 parent ddb3167 commit a8f7191
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
CHANGELOG
=========

## 0.4.1 (2022-06-30)

### Improvements

- [sdk] #553: Added `com.pulumi.test` package with new idiomatic Java API for [unit testing Pulumi programs]
(https://www.pulumi.com/docs/guides/testing/#unit-testing) against mocks.
See ([example](https://github.com/pulumi/pulumi-java/tree/main/tests/examples/testing-unit-java)) of using the new API.

- [codegen] [#709](https://github.com/pulumi/pulumi-java/pull/709)
Improved version handling in `pulumi-java-gen`: now `--version`
argument is optional and the version of the generated package need
not be known at SDK code generation time and is not spliced into the
code. To set the version at build time use
`gradle -Pversion=1.2.3 build` or `PACKAGE_VERSION=1.2.3 gradle build`.

## 0.4.0 (2022-06-22)

### Improvements
Expand Down

0 comments on commit a8f7191

Please sign in to comment.