Skip to content

Commit

Permalink
Updating Changelog and versions (#95)
Browse files Browse the repository at this point in the history
Signed-off-by: Shivansh Vij <[email protected]>
  • Loading branch information
ShivanshVij authored Apr 17, 2023
1 parent dff15da commit 8c8c463
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.3.17] - 2023-04-16

### Changes

- Adding the `random_get` WASI Syscall implementation to the `Typescript` Hosts's `DisabledWASI` Polyfill

## [v0.3.16] - 2023-04-15

### Changes
Expand Down Expand Up @@ -218,7 +224,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Initial release of the Scale Runtime library.

[unreleased]: https://github.com/loopholelabs/scale/compare/v0.3.16...HEAD
[unreleased]: https://github.com/loopholelabs/scale/compare/v0.3.17...HEAD
[v0.3.17]: https://github.com/loopholelabs/scale/compare/v0.3.17
[v0.3.16]: https://github.com/loopholelabs/scale/compare/v0.3.16
[v0.3.15]: https://github.com/loopholelabs/scale/compare/v0.3.15
[v0.3.14]: https://github.com/loopholelabs/scale/compare/v0.3.14
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopholelabs/scale",
"version": "0.3.16",
"version": "0.3.17",
"description": "Scale is a highly-performant WebAssembly function runtime that enables composable, language-agnostic software development.",
"source": "ts/index.ts",
"types": "types.d.ts",
Expand Down

0 comments on commit 8c8c463

Please sign in to comment.