From 29bdb3c85ce4f8e4b2b8617faa875df622dba981 Mon Sep 17 00:00:00 2001 From: Greg Martin Date: Fri, 7 Apr 2023 17:22:58 +0000 Subject: [PATCH] Release 0.5.1-gm11 --- 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 ecd2a200da..87c5b1828c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +[0.5.1-gm11](https://github.com/gmart7t2/ord/releases/tag/0.5.1-gm11) - 2023-04-07 + +### Added +- Add `decode` subcommand to parse inscription data from specified tx input. +- Check the commit transaction weight against the standardness limit when inscribing. + [0.5.1-gm10](https://github.com/gmart7t2/ord/releases/tag/0.5.1-gm10) - 2023-04-06 ### Changed diff --git a/Cargo.lock b/Cargo.lock index 904a1d0bb3..5ae3a4c61d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2159,7 +2159,7 @@ dependencies = [ [[package]] name = "ord" -version = "0.5.1-gm10" +version = "0.5.1-gm11" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index bc175800f0..e8d3abdea7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.5.1-gm10" +version = "0.5.1-gm11" license = "CC0-1.0" edition = "2021" autotests = false