From 8811fa24469f4f07de11fb65d40a4d27a2ddf56b Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 29 Nov 2023 18:37:12 -0800 Subject: [PATCH] Release 0.12.2 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- justfile | 1 - 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1013f7a87f..382b56690b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========= +[0.12.2](https://github.com/ordinals/ord/releases/tag/0.12.2) - 2023-11-29 +-------------------------------------------------------------------------- + +### Added +- Bless cursed inscriptions after Jubilee height (#2656) + +### Misc +- Hide /content/ HTML inscriptions (#2778) + [0.12.1](https://github.com/ordinals/ord/releases/tag/0.12.1) - 2023-11-29 -------------------------------------------------------------------------- diff --git a/Cargo.lock b/Cargo.lock index 408af4bc1c..7707d87531 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2065,7 +2065,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ord" -version = "0.12.1" +version = "0.12.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 137c96bc4c..1521e1d377 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.2" license = "CC0-1.0" edition = "2021" autotests = false diff --git a/justfile b/justfile index 3ecc95c785..b8c4e6ec4b 100644 --- a/justfile +++ b/justfile @@ -101,7 +101,6 @@ prepare-release revision='master': git checkout -b release-$VERSION git add -u git commit -m "Release $VERSION" - git tag -a $VERSION -m "Release $VERSION" gh pr create --web publish-release revision='master':