Skip to content

Commit fd00187

Browse files
authored
Merge pull request #111 from loopholelabs/staging
Release v0.4.2
2 parents e143b6c + 1790104 commit fd00187

37 files changed

+44
-36
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [v0.4.2] - 2023-09-27
11+
12+
### Fixes
13+
14+
- Fixing a bug where the `converter` package would not handle multiple embedded models correctly [#110](#110)
15+
1016
## [v0.4.1] - 2023-09-20
1117

1218
### Fixes
@@ -255,7 +261,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
255261

256262
- Initial release of the Scale Runtime library.
257263

258-
[unreleased]: https://github.com/loopholelabs/scale/compare/v0.4.1...HEAD
264+
[unreleased]: https://github.com/loopholelabs/scale/compare/v0.4.2...HEAD
265+
[v0.4.2]: https://github.com/loopholelabs/scale/compare/v0.4.2
259266
[v0.4.1]: https://github.com/loopholelabs/scale/compare/v0.4.1
260267
[v0.4.0]: https://github.com/loopholelabs/scale/compare/v0.4.0
261268
[v0.3.19]: https://github.com/loopholelabs/scale/compare/v0.3.19

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scale_rs"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2021"
55
description = "Scale is a framework for building high-performance plugin systems into any application, all powered by WebAssembly."
66
homepage = "https://scale.sh"

integration/golang_tests/generated/generated.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/golang_tests/host_signature/host.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/golang_tests/host_signature/types.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/golang_tests/signature/guest.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/golang_tests/signature/types.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/rust_tests/generated/generated.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Code generated by scale-signature 0.4.1, DO NOT EDIT.
1+
// Code generated by scale-signature 0.4.2, DO NOT EDIT.
22
// output: generated
33

44
#![allow(dead_code)]

integration/rust_tests/signature/guest.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Code generated by scale-signature 0.4.1, DO NOT EDIT.
1+
// Code generated by scale-signature 0.4.2, DO NOT EDIT.
22
// output: local_example_latest_guest
33

44
pub mod types;

integration/rust_tests/signature/types.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Code generated by scale-signature 0.4.1, DO NOT EDIT.
1+
// Code generated by scale-signature 0.4.2, DO NOT EDIT.
22
// output: local_example_latest_guest
33

44
#![allow(dead_code)]

integration/typescript_tests/generated/generated.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Code generated by scale-signature 0.4.1, DO NOT EDIT.
1+
// Code generated by scale-signature 0.4.2, DO NOT EDIT.
22
// output: generated
33

44
import { Encoder, Decoder, Kind } from "@loopholelabs/polyglot"

integration/typescript_tests/generated/generated.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/typescript_tests/generated/generated.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/typescript_tests/host_signature/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Code generated by scale-signature 0.4.1, DO NOT EDIT.
1+
// Code generated by scale-signature 0.4.2, DO NOT EDIT.
22
// output: local-example-latest-host
33

44
import { Signature as SignatureInterface } from "@loopholelabs/scale-signature-interfaces";

integration/typescript_tests/host_signature/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/typescript_tests/host_signature/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/typescript_tests/host_signature/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Code generated by scale-signature 0.4.1, DO NOT EDIT.
1+
// Code generated by scale-signature 0.4.2, DO NOT EDIT.
22
// output: local-example-latest-host
33

44
/* eslint no-bitwise: off */

integration/typescript_tests/host_signature/types.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Code generated by scale-signature 0.4.1, DO NOT EDIT.
1+
// Code generated by scale-signature 0.4.2, DO NOT EDIT.
22
// output: local-example-latest-host
33

44
import { Encoder, Decoder, Kind } from "@loopholelabs/polyglot"

integration/typescript_tests/host_signature/types.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/typescript_tests/host_signature/types.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/typescript_tests/host_signature/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Code generated by scale-signature 0.4.1, DO NOT EDIT.
1+
// Code generated by scale-signature 0.4.2, DO NOT EDIT.
22
// output: local-example-latest-host
33

44
import { Encoder, Decoder, Kind } from "@loopholelabs/polyglot"

integration/typescript_tests/signature/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Code generated by scale-signature 0.4.1, DO NOT EDIT.
1+
// Code generated by scale-signature 0.4.2, DO NOT EDIT.
22
// output: local-example-latest-guest
33

44
export * from "./types";

integration/typescript_tests/signature/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)