Skip to content

Commit

Permalink
build: bump version to v1.1.1-0.12.0 (#142)
Browse files Browse the repository at this point in the history
* build: bump version to v1.1.1-0.12.0

* docs: update CHANGELOG

* test: update a test confirming libwasmvm version
  • Loading branch information
loloicci authored Feb 19, 2024
1 parent 7579f34 commit 4d02515
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog


## [[1.1.1-0.12.0](https://github.com/Finschia/wasmvm/compare/v1.1.1-0.11.6...1.1.1-0.12.0)] - 2024-02-13

### Changes
* update imported cosmwasm ([#140](https://github.com/Finschia/wasmvm/pull/140))

### Fixes
* fix bot login name ([#134](https://github.com/Finschia/wasmvm/pull/134))

## [[1.1.1-0.11.6](https://github.com/Finschia/wasmvm/compare/v1.1.1+0.11.5...v1.1.1-0.11.6)] - 2023-10-18
### Changes
* revert: use pre-release versioning and set version to 1.1.1-0.11.6 ([#130](https://github.com/Finschia/wasmvm/pull/130))
Expand Down
2 changes: 1 addition & 1 deletion lib_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,5 +281,5 @@ func TestGetMetrics(t *testing.T) {
func TestLibwasmvmVersion(t *testing.T) {
version, err := LibwasmvmVersion()
require.NoError(t, err)
require.Equal(t, "1.1.1-0.11.6", version)
require.Equal(t, "1.1.1-0.12.0", version)
}
2 changes: 1 addition & 1 deletion libwasmvm/Cargo.lock

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

2 changes: 1 addition & 1 deletion libwasmvm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmvm"
version = "1.1.1-0.11.6"
version = "1.1.1-0.12.0"
publish = false
authors = ["Finschia Foundation"]
edition = "2021"
Expand Down

0 comments on commit 4d02515

Please sign in to comment.