Skip to content

Commit

Permalink
prepare release v0.6.5 and framework v5 (#2347)
Browse files Browse the repository at this point in the history
  • Loading branch information
steelgeek091 committed Aug 2, 2024
1 parent 6e6a154 commit a458d4e
Show file tree
Hide file tree
Showing 9 changed files with 59 additions and 53 deletions.
98 changes: 49 additions & 49 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ license = "Apache-2.0"
publish = false
repository = "https://github.com/rooch-network/rooch"
rust-version = "1.78.0"
version = "0.6.4"
version = "0.6.5"

[workspace.dependencies]
# Internal crate dependencies.
Expand Down
Binary file modified crates/rooch-genesis/released/main
Binary file not shown.
2 changes: 1 addition & 1 deletion crates/rooch-open-rpc-spec/schemas/openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"name": "Apache-2.0",
"url": "https://raw.githubusercontent.com/rooch-network/rooch/main/LICENSE"
},
"version": "0.6.4"
"version": "0.6.5"
},
"methods": [
{
Expand Down
2 changes: 1 addition & 1 deletion crates/rooch-types/src/genesis_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,5 @@ pub static G_MAIN_CONFIG: Lazy<GenesisConfig> = Lazy::new(|| GenesisConfig {
),
(ObjectState::new_module_store(), ModuleStore::type_layout()),
],
stdlib_version: StdlibVersion::Version(3),
stdlib_version: StdlibVersion::Version(5),
});
3 changes: 3 additions & 0 deletions frameworks/framework-release/released/4/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Major changes

- [rooch-framework] Implementation of the gas schedule upgrade
3 changes: 3 additions & 0 deletions frameworks/framework-release/released/5/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Major changes

- [rooch-framework] Draft implementation of multisign_account
Binary file added frameworks/framework-release/released/5/stdlib
Binary file not shown.
2 changes: 1 addition & 1 deletion sdk/typescript/rooch-sdk/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
// This file is generated by genversion.mjs. Do not edit it directly.

export const PACKAGE_VERSION = '0.2.2'
export const TARGETED_RPC_VERSION = '0.6.4'
export const TARGETED_RPC_VERSION = '0.6.5'

0 comments on commit a458d4e

Please sign in to comment.