From 4f1a5cfe382cd3bcafe439018bc86f98ac637d9b Mon Sep 17 00:00:00 2001 From: Greg Martin Date: Thu, 6 Apr 2023 15:56:18 +0000 Subject: [PATCH] Release 0.5.1-gm9 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a67db37d88..aba18ca959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +[0.5.1-gm9](https://github.com/gmart7t2/ord/releases/tag/0.5.1-gm9) - 2023-04-06 + +### Added +- Add `--dump` flag to `wallet inscribe` to have it dump the raw hex transactions rather than broadcasting them. + [0.5.1-gm8](https://github.com/gmart7t2/ord/releases/tag/0.5.1-gm8) - 2023-04-05 ### Changed diff --git a/Cargo.lock b/Cargo.lock index 893af625ef..b348d13b49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2159,7 +2159,7 @@ dependencies = [ [[package]] name = "ord" -version = "0.5.1-gm8" +version = "0.5.1-gm9" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 61feb9425a..4bde828fe1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.5.1-gm8" +version = "0.5.1-gm9" license = "CC0-1.0" edition = "2021" autotests = false