Skip to content

Commit

Permalink
Merge pull request #24 from dfinity/v0.4
Browse files Browse the repository at this point in the history
bump: version 0.3.0 → 0.4.0
  • Loading branch information
jedna authored Nov 20, 2024
2 parents 033e1d1 + 98252e1 commit 56d61b2
Show file tree
Hide file tree
Showing 4 changed files with 19 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 = "semver2"
update_changelog_on_bump = true
major_version_zero = true
version = "0.3.0"
version = "0.4.0"
version_files = [
"canfund-rs/Cargo.toml:version",
]
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.4.0 (2024-11-19)

### BREAKING CHANGE

- There is no observed use-case to disable minting for topping up the funding canister
- The funding canister must be registered explicitly with this update

### Feat

- allow minting strategy per canister

### Refactor

- remove self top-up configuration for funding canister
- **manager**: remove implicit funding canister registration

## 0.3.0 (2024-11-01)

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

0 comments on commit 56d61b2

Please sign in to comment.