Skip to content

Commit

Permalink
bump: version 0.5.0 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jedna committed Dec 18, 2024
1 parent 8c10b79 commit a4d40a5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tag_format = "$version"
version_scheme = "semver"
update_changelog_on_bump = true
major_version_zero = true
version = "0.5.0"
version = "0.6.0"
version_files = [
"canfund-rs/Cargo.toml:version",
]
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.6.0 (2024-12-18)

### Feat

- **canfund**: include last deposited cycles to the canister record (#35)

## 0.5.0 (2024-12-10)

### Feat
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.5.0"
version = "0.6.0"
include = ['src', 'Cargo.toml']
authors = ["DFINITY Stiftung"]
edition = "2021"
Expand Down

0 comments on commit a4d40a5

Please sign in to comment.