Skip to content

Commit

Permalink
Prepare release v0.7.7 (#2911)
Browse files Browse the repository at this point in the history
* Prepare release v0.7.7

* git status
  • Loading branch information
steelgeek091 authored Nov 16, 2024
1 parent 91a6c75 commit 69d779d
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 58 deletions.
110 changes: 55 additions & 55 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 @@ -84,7 +84,7 @@ license = "Apache-2.0"
publish = false
repository = "https://github.com/rooch-network/rooch"
rust-version = "1.82.0"
version = "0.7.6"
version = "0.7.7"

[workspace.dependencies]
# Internal crate dependencies.
Expand Down
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.7.6"
"version": "0.7.7"
},
"methods": [
{
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added frameworks/framework-release/released/15/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.8'
export const TARGETED_RPC_VERSION = '0.7.6'
export const TARGETED_RPC_VERSION = '0.7.7'

0 comments on commit 69d779d

Please sign in to comment.