Skip to content

Commit

Permalink
chore: Prepare 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jubianchi committed May 18, 2021
1 parent 116eb04 commit d592186
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

## **[Unreleased]**


## **[1.1.0] - 2021-05-18**

### Added

* Introduce the `MemoryView` class to work with memory contents
Expand Down Expand Up @@ -90,5 +93,6 @@ wasm_func_call($run, new Wasm\Vec\Val());


[Unreleased]: https://github.com/wasmerio/wasmer-php/tree/master/README.md
[1.1.0]: https://github.com/wasmerio/wasmer-php/tree/1.1.0/README.md
[1.0.0]: https://github.com/wasmerio/wasmer-php/tree/1.0.0/README.md
[1.0.0-beta1]: https://github.com/wasmerio/wasmer-php/tree/1.0.0-beta1/README.md
2 changes: 1 addition & 1 deletion ext/src/php_wasm.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
extern zend_module_entry wasm_module_entry;
#define phpext_wasm_ptr &wasm_module_entry

#define PHP_WASM_VERSION "1.0.0"
#define PHP_WASM_VERSION "1.1.0"

#if defined(ZTS) && defined(COMPILE_DL_WASMER)
ZEND_TSRMLS_CACHE_EXTERN()
Expand Down

0 comments on commit d592186

Please sign in to comment.