Skip to content

Commit

Permalink
chore(release): sn_faucet-v0.3.24
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 29, 2024
1 parent 4be3565 commit 06562ea
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
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.

9 changes: 9 additions & 0 deletions sn_faucet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.24](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.3.23...sn_faucet-v0.3.24) - 2024-01-29

### Added
- *(faucet)* add Snapshot type
- *(faucet)* get pubkeys from repo not pastebin
- *(faucet)* custom types for maid values
- *(faucet)* load public keys for distribution
- *(faucet)* snapshot is a hashmap<addr, balance>

## [0.3.23](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.3.22...sn_faucet-v0.3.23) - 2024-01-29

### Other
Expand Down
2 changes: 1 addition & 1 deletion sn_faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_faucet"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.3.23"
version = "0.3.24"

[features]
default = []
Expand Down

0 comments on commit 06562ea

Please sign in to comment.