From 9ec138b61aafabad53e95bc00e483209e83e114d Mon Sep 17 00:00:00 2001 From: Greg Martin Date: Mon, 19 Jun 2023 21:49:13 +0000 Subject: [PATCH] Release 0.6.1-gm5 --- 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 cb3d7a0636..87e642e63b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +[0.6.1-gm5](https://github.com/gmart7t2/ord/releases/tag/0.6.1-gm5) - 2023-06-19 +-------------------------------------------------------------------------------- + +### Changed +- When making inscriptions, write any reveal transactions that fail to broadcast to a file for manual broadcast later. + [0.6.1-gm4](https://github.com/gmart7t2/ord/releases/tag/0.6.1-gm4) - 2023-06-14 -------------------------------------------------------------------------------- diff --git a/Cargo.lock b/Cargo.lock index 6f4f8c6739..bf57358d1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2162,7 +2162,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ord" -version = "0.6.1-gm4" +version = "0.6.1-gm5" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 6770b32f15..e8d3c77015 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.6.1-gm4" +version = "0.6.1-gm5" license = "CC0-1.0" edition = "2021" autotests = false