Skip to content

Commit

Permalink
bump: version 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jedna committed Nov 1, 2024
1 parent f57a657 commit bdd7e53
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.3.0 (2024-11-01)

### Feat

- support custom proxy method
- allow proxy/blackhole for canister status
- **fetch**: consider freezing threshold in mngmt canister balance fetch
- add balance check history and improve average consumption calculation

### Refactor

- remove outdated FetchOwnCyclesBalance cycle fetching approach

## 0.2.0 (2024-09-23)


Expand Down
2 changes: 1 addition & 1 deletion canfund-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readme = "../README.md"
homepage = "https://github.com/dfinity/canfund#readme"
repository = "https://github.com/dfinity/canfund"
license = "Apache-2.0"
version = "0.2.0"
version = "0.3.0"
include = ['src', 'Cargo.toml']
authors = ["DFINITY Stiftung"]
edition = "2021"
Expand Down

0 comments on commit bdd7e53

Please sign in to comment.