From c91dc5488fcdaf21dd4cdc33122c5fdd11b04e1c Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sat, 8 Jul 2023 20:52:42 +0300 Subject: [PATCH] Bump version to 0.10.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- RELEASE-NOTES.md | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 854749326..c11dad755 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -290,7 +290,7 @@ checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" [[package]] name = "electrs" -version = "0.10.0-rc.1" +version = "0.10.0" dependencies = [ "anyhow", "bitcoin", diff --git a/Cargo.toml b/Cargo.toml index 826d09d90..aaf2a4c7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "electrs" -version = "0.10.0-rc.1" +version = "0.10.0" authors = ["Roman Zeyde "] description = "An efficient re-implementation of Electrum Server in Rust" license = "MIT" diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 611f79b1a..8ed741c87 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,7 @@ +# 0.10.0 (Jul 22 2023) + +* Add ARM build and integration tests in Cirrus CI + # 0.10.0-rc.1 (Jun 21 2023) * Bump MSRV to 1.63.0 and update Rust edition to 2021 (#773)