From 52ed1e6eee67c41d6e52971f384a720bdeb2822e Mon Sep 17 00:00:00 2001 From: Adam Spofford <93943719+adamspofford-dfinity@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:28:13 -0800 Subject: [PATCH] chore: Release 0.4.3 (#209) --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 924168c..387ae30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.4.3] - 2024-01-29 + +- Updated dependencies. + ## [0.4.2] - 2023-06-21 - Added `--subaccount` to `quill public-ids`. (#201) diff --git a/Cargo.lock b/Cargo.lock index 68bae8d..bde6f44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4567,7 +4567,7 @@ checksum = "4339fc7a1021c9c1621d87f5e3505f2805c8c105420ba2f2a4df86814590c142" [[package]] name = "quill" -version = "0.4.2" +version = "0.4.3" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 75d07ca..c25531c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quill" -version = "0.4.2" +version = "0.4.3" authors = ["DFINITY Team"] edition = "2021" rust-version = "1.75.0"