Skip to content

Commit

Permalink
bump: version 0.6.0 → 0.7.0 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedna authored Jan 15, 2025
1 parent 7e97775 commit c1d1b9c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 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.6.0"
version = "0.7.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.7.0 (2025-01-15)

### Feat

- use cycles ledger to obtain cycles (#37)

## 0.6.0 (2024-12-18)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit c1d1b9c

Please sign in to comment.