Skip to content

Commit ae6e122

Browse files
committed
prep 0.10.1
1 parent f129625 commit ae6e122

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Polywrap Origin (0.10.1)
2+
## Features
3+
**`@polywrap/schema-bind`:**
4+
* [PR-1694](https://github.com/polywrap/toolchain/pull/1694) **`plugin/rust` Env Bindings Refactor**
5+
* Rust plugin bindings now expose `env` as a function argument.
6+
7+
## Bugs
8+
**`@polywrap/schema-bind`:**
9+
* [PR-1700](https://github.com/polywrap/toolchain/pull/1700) **`plugin/rust` Serde renaming for snake-cased properties in rust plugins types**
10+
* Rust plugins now properly convert wrap schema property names into snake-cased names, so they are compatable with Rust naming conventions.
11+
12+
**`@polywrap/templates`:**
13+
* [PR-1680](https://github.com/polywrap/toolchain/pull/1680) **Import newer logger in typescript template**
14+
* Update the typescript app template to use the latest logging wrap at `ens/wraps.eth:logging@1.0.0`.
15+
16+
**`@polywrap/polywrap-manifest-types-js`:**
17+
* [PR-1692](https://github.com/polywrap/toolchain/pull/1692) **top-level `docker` property is now removed from build manifest during migration**
18+
* Fixes a bug where the top-level `docker` property of build manifest version 0.1.0 was not being dropped during migration, causing migrated build manifests to fail validation.
19+
120
# Polywrap Origin (0.10.0)
221
## Features
322
### Toolchain

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.0
1+
0.10.1

0 commit comments

Comments
 (0)