Skip to content

Commit e40a4cb

Browse files
committed
chore: prep 0.11.0
1 parent ab141ce commit e40a4cb

File tree

2 files changed

+34
-3
lines changed

2 files changed

+34
-3
lines changed

CHANGELOG.md

+33-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
1-
# Polywrap Origin (0.11.0-pre.4)
2-
...
1+
# Polywrap Origin (0.11.0)
2+
## Features
3+
**`polywrap` CLI:**
4+
* [PR-1074](https://github.com/polywrap/cli/pull/1074) **Golang-based Wraps Now Supported!**
5+
* Polywrap projects of `type: wasm/golang` are now supported.
6+
* To get started, simply run `polywrap create wasm golang my-wrap`
7+
* [PR-1829](https://github.com/polywrap/cli/pull/1829) **Support User-Defined Bindgen URIs**
8+
* The `build` and `codegen` commands now have the option `--bindgen <URI>`, which allows for the use of a custom bindgen wrap.
9+
* [PR-1774](https://github.com/polywrap/cli/pull/1774) **`polywrap deploy` Defaults To IPFS on wrapscan.io**
10+
* When you run the `polywrap deploy` command, you no longer need a `polywrap.deploy.yaml` manifest file. By default it will deploy your wrap to IPFS on https://wrapscan.io.
11+
12+
**`@polywrap/schema-bind`:**
13+
* [PR-1795](https://github.com/polywrap/cli/pull/1795) **Add `wrap-abi-bindgen` Support**
14+
* All wrap bindings are now emitted using the wraps defined within the [wrap-abi-bindgen](https://github.com/polywrap/wrap-abi-bindgen) project.
15+
* This enables binding updates to be released, without us needing to create a new release of the CLI.
16+
* [PR-1840](https://github.com/polywrap/cli/pull/1840) **Support Swift Plugin Bindings**
17+
* Add support for `plugin/swift` bindings, used when building plugins in Swift.
18+
19+
## Breaking Changes
20+
**`polywrap` CLI:**
21+
* [PR-1809](https://github.com/polywrap/cli/pull/1809) **`docgen` Command Removed**
22+
* The `docgen` command has been largely unused so it has been removed.
23+
* [PR-1839](https://github.com/polywrap/cli/pull/1839) **Remove ENS Deploy Modules**
24+
* All ENS deploy modules have been removed. If you'd like to publish your wrap's IPFS hash to ENS, simply use the [ENS web app](https://ens.domains/).
25+
26+
## Bugs
27+
**`polywrap` CLI:**
28+
* [PR-1823](https://github.com/polywrap/cli/pull/1823) **Support Fuzzy URI Strings in Manifests**
29+
* URIs within manifest files are no longer as strict, and can be any string.
30+
* [PR-1808](https://github.com/polywrap/cli/pull/1808) **IPFS Deploy W/ Node v18**
31+
* The IPFS deployer module has been updated so that it runs on all node versions, including version 18.
32+
* [PR-1804](https://github.com/polywrap/cli/pull/1804) **Emit Resources & Docs For Interface Wraps**
33+
* When building an wrap of type `interface`, resources and doc artifacts were not being properly emitted to the build folder.
334

435
# Polywrap Origin (0.10.6)
536
## Bugs

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.0-pre.4
1+
0.11.0

0 commit comments

Comments
 (0)