From 482db20b5dce142fdccf4c01199d9ec358abf185 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 01:43:39 +0000 Subject: [PATCH] chore: release v0.0.2 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6773e2..6672307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ Notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.2](https://github.com/imperviousinc/yuki/compare/v0.0.1...v0.0.2) - 2026-04-18 + +### Chore + +- Release v0.0.1 + ## [0.0.1](https://github.com/imperviousinc/yuki/releases/tag/v0.0.1) - 2026-04-18 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 4763c40..b409a71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -486,7 +486,7 @@ dependencies = [ [[package]] name = "bitcoin_yuki" -version = "0.0.1" +version = "0.0.2" dependencies = [ "anyhow", "arti-client", diff --git a/Cargo.toml b/Cargo.toml index 8cedc3f..a16703e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitcoin_yuki" -version = "0.0.1" +version = "0.0.2" authors = ["buffrr ", "Rob "] edition = "2024" license = "MIT OR Apache-2.0"