Skip to content

Commit 78952f4

Browse files
authored
chore: freeze 0.11.0 (#408)
1 parent 1a77db0 commit 78952f4

File tree

3 files changed

+21
-12
lines changed

3 files changed

+21
-12
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.0
1+
0.11.0

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
CHANGELOG
22
=========
33

4+
## 0.11.0
5+
6+
### Improvements
7+
8+
- Improve evaluation performance and memory footprint.
9+
[#392](https://github.com/pulumi/esc/pull/392)
10+
11+
- Improve login error message when credentials file is missing or invalid.
12+
[#404](https://github.com/pulumi/esc/pull/404)
13+
14+
### Bug Fixes
15+
16+
- Fix panic when object keys are not strings.
17+
[#406](https://github.com/pulumi/esc/pull/406)
18+
19+
### Breaking changes
20+
21+
- `schema`: `ObjectBuilder.Properties` and `Record` now take a `MapBuilder` in order to avoid copies.
22+
[#392](https://github.com/pulumi/esc/pull/392)
23+
424
## 0.10.0
525

626
### Improvements

CHANGELOG_PENDING.md

-11
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
### Improvements
22

3-
- Improve evaluation performance and memory footprint.
4-
[#392](https://github.com/pulumi/esc/pull/392)
5-
6-
- Improve login error message when credentials file is missing or invalid.
7-
[#404](https://github.com/pulumi/esc/pull/404)
8-
93
### Bug Fixes
104

11-
- Fix panic when object keys are not strings.
12-
[#406](https://github.com/pulumi/esc/pull/406)
13-
145
### Breaking changes
156

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

0 commit comments

Comments
 (0)