From 139f6d65b5fb619726b1951ad01351606d9b1768 Mon Sep 17 00:00:00 2001 From: Greg Martin Date: Mon, 7 Aug 2023 00:51:55 +0000 Subject: [PATCH] Release 0.8.1-gm11 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55922486d4..ff0a6177f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========= +[0.8.1-gm11](https://github.com/gmart7t2/ord/releases/tag/0.8.1-gm11) - 2023-08-06 +---------------------------------------------------------------------------------- + +### Added +- Add flags `--show-address`, `--show-blockhash`, `--show-name`, `show-time` to `ord find` to add fields to the results. + +### Changed +- Store 3 bytes per outpoint not 2, to reduce the number of collisions. + [0.8.1-gm10](https://github.com/gmart7t2/ord/releases/tag/0.8.1-gm10) - 2023-08-06 ---------------------------------------------------------------------------------- diff --git a/Cargo.lock b/Cargo.lock index e17ddacc46..b7edd5acf7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2000,7 +2000,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ord" -version = "0.8.1-gm10" +version = "0.8.1-gm11" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 3a4f7aa52a..992661f9c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.8.1-gm10" +version = "0.8.1-gm11" license = "CC0-1.0" edition = "2021" autotests = false