Skip to content

Commit

Permalink
chore: update CHANGELOG & VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
dOrgJelli committed Oct 2, 2023
1 parent 1f51248 commit 62023f2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Polywrap Origin (0.12.1)
## Features
**`polywrap` CLI:**
* [PR-1911](https://github.com/polywrap/cli/pull/1911) **Polywrap Manifest - Default Source Paths**
* `polywrap.yaml` manifests can now omit the `source:` section and use the defaults defined by the CLI babsed on the manifest's `project.type` property.
* [PR-1893](https://github.com/polywrap/cli/pull/1893) **Add `embed` option to `polywrap codegen`**
* Adds the `--embed` option to `polywrap codegen` which embeds wrap modules into applications (requires wrap-abi-bindgen support).

## Bugs
**`polywrap` CLI:**
* [PR-1913](https://github.com/polywrap/cli/pull/1913) **Use Sys Bundle IPFS Providers in CLI**

# Polywrap Origin (0.12.0)
## Breaking Changes
**`@polywrap/schema-bind`:**
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.0
0.12.1

0 comments on commit 62023f2

Please sign in to comment.