Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sterliakov committed Jun 3, 2024
1 parent 703a500 commit e4a2b4e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@ Possible header types:
- `Bug Fixes` for any bug fixes.
- `Breaking Changes` for any backwards-incompatible changes.

## v0.1.0-beta.3 (pending)
## v0.1.0-beta.5 (pending)
Nothing yet:(

## v0.1.0-beta.4
- Fixed incorrect address encoding in presence of leading zeroes (#28).
- Added `ThorNode::eth_call` and `ThorNode::eth_call_advanced` for `view` and `pure` functions calling.
- Added a contract interaction example.

## v0.1.0-beta.3
- Increased MSRV to 1.69.0 due to incompatible upstream dependency.

### Features
- Added `TransactionBuilder` to simplify transaction preparation.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thor-devkit"
version = "0.1.0-beta.3"
version = "0.1.0-beta.4"
authors = ["Stanislav Terliakov <[email protected]>"]
description = "Rust library to aid coding with VeChain: wallets, transactions signing, encoding and verification, smart contract ABI interfacing, etc."
documentation = "https://docs.rs/thor-devkit"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/thor-devkit/0.1.0-beta.3")]
#![doc(html_root_url = "https://docs.rs/thor-devkit/0.1.0-beta.4")]
#![warn(rust_2018_idioms, missing_docs)]
#![deny(dead_code, unused_imports, unused_mut)]

Expand Down

0 comments on commit e4a2b4e

Please sign in to comment.