Skip to content

Commit

Permalink
chore: release 1.0.0 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
sesi200 authored Jul 18, 2024
1 parent ce54e48 commit aa3d875
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,35 @@
# CHANGELOG

## [Unreleased] - ReleaseDate
* Added the logo to the metadata value `icrc1:logo`.

## [1.0.0] - 2024-06-18
* Added the logo to the metadata value `icrc1:logo`.
* Fixed a bug where the cycles ledger took control over a newly created canister if `creation_args` is `Some` and `canister_settings` is `None`.

## [0.6.0] - 2024-03-25

## [0.5.0] - 2024-03-21

## [0.4.0] - 2024-03-20

## [0.3.0] - 2024-02-09

## [0.2.8] - 2024-01-19

## [0.2.1] - 2023-09-20

## [0.2.0] - 2023-09-18

## [0.1.0] - 2023-07-12

<!-- next-url -->
[Unreleased]: https://github.com/dfinity/cycles-ledger/compare/cycles-ledger-v0.2.1...HEAD
[Unreleased]: https://github.com/dfinity/cycles-ledger/compare/cycles-ledger-v1.0.0...HEAD
[1.0.0]: https://github.com/dfinity/cycles-ledger/compare/cycles-ledger-v0.6.0...cycles-ledger-v1.0.0
[0.6.0]: https://github.com/dfinity/cycles-ledger/compare/cycles-ledger-v0.5.0...cycles-ledger-v0.6.0
[0.5.0]: https://github.com/dfinity/cycles-ledger/compare/cycles-ledger-v0.4.0...cycles-ledger-v0.5.0
[0.4.0]: https://github.com/dfinity/cycles-ledger/compare/cycles-ledger-v0.3.0...cycles-ledger-v0.4.0
[0.3.0]: https://github.com/dfinity/cycles-ledger/compare/cycles-ledger-v0.2.8...cycles-ledger-v0.3.0
[0.2.8]: https://github.com/dfinity/cycles-ledger/compare/cycles-ledger-v0.2.1...cycles-ledger-v0.2.8
[0.2.1]: https://github.com/dfinity/cycles-ledger/compare/cycles-ledger-v0.2.0...cycles-ledger-v0.2.1
[0.2.0]: https://github.com/dfinity/cycles-ledger/compare/cycles-ledger-v0.2.0...cycles-ledger-v0.2.0

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
]

[workspace.package]
version = "0.3.0"
version = "1.0.0"
edition = "2021"
authors = ["DFINITY Stiftung <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit aa3d875

Please sign in to comment.