Skip to content

Commit

Permalink
Merge pull request #40 from loopholelabs/staging
Browse files Browse the repository at this point in the history
Release v0.2.1
  • Loading branch information
ShivanshVij committed Feb 2, 2023
2 parents a6566ac + 5b666e4 commit fefc4fe
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 13 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.2.1] - 2023-02-02

### Changes

- Bumping `scale-signature-http` version to `v0.2.3`

## [v0.2.0] - 2023-02-01

### Changes
Expand Down Expand Up @@ -39,7 +45,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.2.0...HEAD
[unreleased]: https://github.com/loopholelabs/scale/compare/v0.2.1...HEAD
[v0.2.1]: https://github.com/loopholelabs/scale/compare/v0.2.1
[v0.2.0]: https://github.com/loopholelabs/scale/compare/v0.2.0
[v0.1.4]: https://github.com/loopholelabs/scale/compare/v0.1.4
[v0.1.1]: https://github.com/loopholelabs/scale/compare/v0.1.1
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/google/uuid v1.3.0
github.com/loopholelabs/polyglot-go v0.5.1
github.com/loopholelabs/scale-signature v0.2.0
github.com/loopholelabs/scale-signature-http v0.2.2
github.com/loopholelabs/scale-signature-http v0.2.3
github.com/loopholelabs/scalefile v0.1.4
github.com/stretchr/testify v1.8.1
github.com/tetratelabs/wazero v1.0.0-pre.8
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/loopholelabs/polyglot-go v0.5.1 h1:21QVDELp+EodPUAL+Aw8GNXLyt2BFj9gYQ
github.com/loopholelabs/polyglot-go v0.5.1/go.mod h1:Z0QiNv4KRuWjQWpUerMhmkvRh6ks1pYmEH4SGpG0EHQ=
github.com/loopholelabs/scale-signature v0.2.0 h1:kBk8yCka2Bj8IX9NMZuKy+JGhNhOQ0/rD7XUvwAaryI=
github.com/loopholelabs/scale-signature v0.2.0/go.mod h1:X34VL10YoTrMWs6hLM2DzN4cOB4glaF+j4VbNj5iDTs=
github.com/loopholelabs/scale-signature-http v0.2.2 h1:XJ2+XGD5iH9GJhNd+Wiu00ubawDEzGHGwwtZb2Z6xCA=
github.com/loopholelabs/scale-signature-http v0.2.2/go.mod h1:I3cM1r/HSOGPkpzK3BdxbyrU+48tKPbUeCIOHGft8jU=
github.com/loopholelabs/scale-signature-http v0.2.3 h1:v3HnHV4eGB+zmA4cv54DGIS9o3VAHv1EzayeG5o5dII=
github.com/loopholelabs/scale-signature-http v0.2.3/go.mod h1:I3cM1r/HSOGPkpzK3BdxbyrU+48tKPbUeCIOHGft8jU=
github.com/loopholelabs/scalefile v0.1.4 h1:Y9NJr1hnPwa73vUenyey3in6M2k09rts9J7Z9OLfMY8=
github.com/loopholelabs/scalefile v0.1.4/go.mod h1:fPq4xcXpAzWErW1tqLTex2xIrHJ/iCRFb4et6+sbOvk=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down
2 changes: 1 addition & 1 deletion go/runtime_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ func TestRuntimeHTTPSignatureRs(t *testing.T) {
},
{
Name: "scale_signature_http",
Version: "0.2.2",
Version: "0.2.3",
},
{
Name: "wee_alloc",
Expand Down
12 changes: 6 additions & 6 deletions ts/package-lock.json

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

4 changes: 2 additions & 2 deletions ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopholelabs/scale-ts",
"version": "0.2.0",
"version": "0.2.1",
"description": "TypeScript version of the scale functions.",
"source": "index.ts",
"main": "dist/main.js",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@loopholelabs/polyglot-ts": "^0.4.0",
"@loopholelabs/scale-signature": "^0.2.0",
"@loopholelabs/scale-signature-http": "^0.2.2",
"@loopholelabs/scale-signature-http": "^0.2.3",
"@loopholelabs/scalefile": "^0.1.4",
"@swc/helpers": "^0.4.12",
"@types/jest": "^29.2.0",
Expand Down

0 comments on commit fefc4fe

Please sign in to comment.