From bfb26e9f8d752599399abd0bd55da059408a0059 Mon Sep 17 00:00:00 2001 From: Greg Martin Date: Fri, 1 Dec 2023 00:15:57 +0000 Subject: [PATCH] Release 0.12.1-gm1 --- CHANGELOG.md | 32 +++++++++++++++++++------------- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 21 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd2eca8cc4..731b09dc3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +[0.12.1-gm1](https://github.com/gmart7t2/ord/releases/tag/0.12.1-gm1) - 2023-11-30 +---------------------------------------------------------------------------------- + +### Added +- Merged 0.12.1 from upstream. + [0.12.1](https://github.com/ordinals/ord/releases/tag/0.12.1) - 2023-11-29 -------------------------------------------------------------------------- @@ -23,46 +29,46 @@ Changelog ---------------------------------------------------------------------------------- ### Added -Add endpoint `/inscriptions_sequence_numbers/:start/:end` to get the mapping from inscription number to sequence number. +- Add endpoint `/inscriptions_sequence_numbers/:start/:end` to get the mapping from inscription number to sequence number. [0.12.0-gm2](https://github.com/gmart7t2/ord/releases/tag/0.12.0-gm2) - 2023-11-26 ---------------------------------------------------------------------------------- ### Added -Add the sequence_number to the /inscriptions/json/ endpoint. -Add `--commit-input` to `wallet inscribe` and `--force-input` to `wallet send`. +- Add the sequence_number to the /inscriptions/json/ endpoint. +- Add `--commit-input` to `wallet inscribe` and `--force-input` to `wallet send`. [0.12.0-gm1](https://github.com/gmart7t2/ord/releases/tag/0.12.0-gm1) - 2023-11-25 ---------------------------------------------------------------------------------- ### Added -Merged upstream 0.12.0 release. +- Merged upstream 0.12.0 release. [0.11.1-gm5](https://github.com/gmart7t2/ord/releases/tag/0.11.1-gm5) - 2023-11-23 ---------------------------------------------------------------------------------- ### Added -Add `--ignore-cursed` flag to treat all cursed inscriptions as regular inscriptions when indexing. -Add `--ordinals-wallet` flag to `wallet restore` to help with recovering coins from an ordinalswallet seed phrase. -Add some experimental options to allow creating just a commit tx, or just a reveal tx. +- Add `--ignore-cursed` flag to treat all cursed inscriptions as regular inscriptions when indexing. +- Add `--ordinals-wallet` flag to `wallet restore` to help with recovering coins from an ordinalswallet seed phrase. +- Add some experimental options to allow creating just a commit tx, or just a reveal tx. ### Changed -Add a max-weight check to the `wallet send-many` command. -Fixed coin selection algorithm (#2723). +- Add a max-weight check to the `wallet send-many` command. +- Fixed coin selection algorithm (#2723). [0.11.1-gm4](https://github.com/gmart7t2/ord/releases/tag/0.11.1-gm4) - 2023-11-19 ---------------------------------------------------------------------------------- ### Added -Add `--dump` and `--no-broadcast` flags to `wallet inscribe`. -Add `wallet send-many` to allow sending multiple inscriptions in a single command. +- Add `--dump` and `--no-broadcast` flags to `wallet inscribe`. +- Add `wallet send-many` to allow sending multiple inscriptions in a single command. [0.11.1-gm3](https://github.com/gmart7t2/ord/releases/tag/0.11.1-gm3) - 2023-11-15 ---------------------------------------------------------------------------------- ### Added -Add `--key` flag to `wallet inscribe` to allow using a specific recovery key. -Add `--ignore-outdated-index` flag to allow ord to run without having to fully index the blockchain. Be careful. Inscriptions that haven't been indexed will be treated as if they are cardinals, and so can be accidentally sent to spent as fees. +- Add `--key` flag to `wallet inscribe` to allow using a specific recovery key. +- Add `--ignore-outdated-index` flag to allow ord to run without having to fully index the blockchain. Be careful. Inscriptions that haven't been indexed will be treated as if they are cardinals, and so can be accidentally sent to spent as fees. [0.11.1-gm2](https://github.com/gmart7t2/ord/releases/tag/0.11.1-gm2) - 2023-11-14 ---------------------------------------------------------------------------------- diff --git a/Cargo.lock b/Cargo.lock index 408af4bc1c..0ad93a7616 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2065,7 +2065,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ord" -version = "0.12.1" +version = "0.12.1-gm1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 137c96bc4c..549be6b169 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.12.1" +version = "0.12.1-gm1" license = "CC0-1.0" edition = "2021" autotests = false