From 78952f4efecb7a48267e546fa1d727fab76557df Mon Sep 17 00:00:00 2001 From: Sean Yeh <109418+seanyeh@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:18:10 -0500 Subject: [PATCH] chore: freeze 0.11.0 (#408) --- .version | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ CHANGELOG_PENDING.md | 11 ----------- 3 files changed, 21 insertions(+), 12 deletions(-) diff --git a/.version b/.version index 78bc1abd..d9df1bbc 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.10.0 +0.11.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index c1e57e9e..7da12b70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index 7570041b..461ff6e6 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -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)