Skip to content

Commit

Permalink
chore: freeze 0.11.0 (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyeh authored Oct 23, 2024
1 parent 1a77db0 commit 78952f4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.0
0.11.0
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
CHANGELOG
=========

## 0.11.0

### Improvements

- Improve evaluation performance and memory footprint.
[#392](https://github.com/pulumi/esc/pull/392)

- Improve login error message when credentials file is missing or invalid.
[#404](https://github.com/pulumi/esc/pull/404)

### Bug Fixes

- Fix panic when object keys are not strings.
[#406](https://github.com/pulumi/esc/pull/406)

### Breaking changes

- `schema`: `ObjectBuilder.Properties` and `Record` now take a `MapBuilder` in order to avoid copies.
[#392](https://github.com/pulumi/esc/pull/392)

## 0.10.0

### Improvements
Expand Down
11 changes: 0 additions & 11 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
### Improvements

- Improve evaluation performance and memory footprint.
[#392](https://github.com/pulumi/esc/pull/392)

- Improve login error message when credentials file is missing or invalid.
[#404](https://github.com/pulumi/esc/pull/404)

### Bug Fixes

- Fix panic when object keys are not strings.
[#406](https://github.com/pulumi/esc/pull/406)

### Breaking changes

- `schema`: `ObjectBuilder.Properties` and `Record` now take a `MapBuilder` in order to avoid copies.
[#392](https://github.com/pulumi/esc/pull/392)

0 comments on commit 78952f4

Please sign in to comment.