Skip to content

Commit

Permalink
Updating changelog and bumping versions
Browse files Browse the repository at this point in the history
Signed-off-by: Shivansh Vij <[email protected]>
  • Loading branch information
ShivanshVij committed Oct 5, 2023
1 parent 5f5dbf6 commit 12d3680
Show file tree
Hide file tree
Showing 23 changed files with 34 additions and 23 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.4.4] - 2023-08-05

### Features

- Added ability to compile with WASM-32 support (no WASI)

### Fixes

- Fixed a bug where the signature generation would not generate typescript signatures

## [v0.4.3] - 2023-08-04

### Changes
Expand Down Expand Up @@ -271,7 +281,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.4.3...HEAD
[unreleased]: https://github.com/loopholelabs/scale/compare/v0.4.4...HEAD
[v0.4.4]: https://github.com/loopholelabs/scale/compare/v0.4.4
[v0.4.3]: https://github.com/loopholelabs/scale/compare/v0.4.3
[v0.4.2]: https://github.com/loopholelabs/scale/compare/v0.4.2
[v0.4.1]: https://github.com/loopholelabs/scale/compare/v0.4.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scale_rs"
version = "0.4.3"
version = "0.4.4"
edition = "2021"
description = "Scale is a framework for building high-performance plugin systems into any application, all powered by WebAssembly."
homepage = "https://scale.sh"
Expand Down
2 changes: 1 addition & 1 deletion integration/golang_tests/generated/generated.go

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

2 changes: 1 addition & 1 deletion integration/golang_tests/host_signature/host.go

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

2 changes: 1 addition & 1 deletion integration/golang_tests/host_signature/types.go

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

2 changes: 1 addition & 1 deletion integration/golang_tests/signature/guest.go

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

2 changes: 1 addition & 1 deletion integration/golang_tests/signature/types.go

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

2 changes: 1 addition & 1 deletion integration/rust_tests/generated/generated.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by scale-signature 0.4.3, DO NOT EDIT.
// Code generated by scale-signature 0.4.4, DO NOT EDIT.
// output: generated

#![allow(dead_code)]
Expand Down
2 changes: 1 addition & 1 deletion integration/rust_tests/signature/guest.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by scale-signature 0.4.3, DO NOT EDIT.
// Code generated by scale-signature 0.4.4, DO NOT EDIT.
// output: local_example_latest_guest

pub mod types;
Expand Down
2 changes: 1 addition & 1 deletion integration/rust_tests/signature/types.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by scale-signature 0.4.3, DO NOT EDIT.
// Code generated by scale-signature 0.4.4, DO NOT EDIT.
// output: local_example_latest_guest

#![allow(dead_code)]
Expand Down
2 changes: 1 addition & 1 deletion integration/typescript_tests/generated/generated.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by scale-signature 0.4.3, DO NOT EDIT.
// Code generated by scale-signature 0.4.4, DO NOT EDIT.
// output: generated

import { Encoder, Decoder, Kind } from "@loopholelabs/polyglot"
Expand Down
2 changes: 1 addition & 1 deletion integration/typescript_tests/generated/generated.js

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

2 changes: 1 addition & 1 deletion integration/typescript_tests/generated/generated.js.map

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

2 changes: 1 addition & 1 deletion integration/typescript_tests/host_signature/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by scale-signature 0.4.3, DO NOT EDIT.
// Code generated by scale-signature 0.4.4, DO NOT EDIT.
// output: local-example-latest-host

/* eslint no-bitwise: off */
Expand Down
2 changes: 1 addition & 1 deletion integration/typescript_tests/host_signature/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by scale-signature 0.4.3, DO NOT EDIT.
// Code generated by scale-signature 0.4.4, DO NOT EDIT.
// output: local-example-latest-host

import { Encoder, Decoder, Kind } from "@loopholelabs/polyglot"
Expand Down
2 changes: 1 addition & 1 deletion integration/typescript_tests/signature/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by scale-signature 0.4.3, DO NOT EDIT.
// Code generated by scale-signature 0.4.4, DO NOT EDIT.
// output: local-example-latest-guest

/* eslint no-bitwise: off */
Expand Down
2 changes: 1 addition & 1 deletion integration/typescript_tests/signature/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by scale-signature 0.4.3, DO NOT EDIT.
// Code generated by scale-signature 0.4.4, DO NOT EDIT.
// output: local-example-latest-guest

import { Encoder, Decoder, Kind } from "@loopholelabs/polyglot"
Expand Down
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.4.3",
"version": "0.4.4",
"description": "Scale is a framework for building high-performance plugin systems into any application, all powered by WebAssembly.",
"source": "index.ts",
"types": "types.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion signature/converter/converter_tests/generated.go

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

2 changes: 1 addition & 1 deletion signature/generator/golang/generated.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by scale-signature v0.4.3, DO NOT EDIT.
// Code generated by scale-signature v0.4.4, DO NOT EDIT.
// output: types

package types
Expand Down
2 changes: 1 addition & 1 deletion signature/generator/rust/generated.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by scale-signature 0.4.3, DO NOT EDIT.
// Code generated by scale-signature 0.4.4, DO NOT EDIT.
// output: types

#![allow(dead_code)]
Expand Down
2 changes: 1 addition & 1 deletion signature/generator/typescript/generated.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Code generated by scale-signature 0.4.3, DO NOT EDIT.
// Code generated by scale-signature 0.4.4, DO NOT EDIT.
// output: types

import { Encoder, Decoder, Kind } from "@loopholelabs/polyglot"
Expand Down
2 changes: 1 addition & 1 deletion version/current_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.4.3
v0.4.4

0 comments on commit 12d3680

Please sign in to comment.