From 0434ff324a852d1793814a63f84849341f075a85 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sat, 16 Dec 2023 09:12:58 +0800 Subject: [PATCH] Release 0.13.1 (#2866) --- CHANGELOG.md | 6 ++++++ Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1389237d01..f42602292c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +[0.13.1](https://github.com/ordinals/ord/releases/tag/0.13.1) - 2023-12-16 +-------------------------------------------------------------------------- + +### Fixed +- Use pre-segwit transaction serialization for fundrawtransaction (#2865) + [0.13.0](https://github.com/ordinals/ord/releases/tag/0.13.0) - 2023-12-15 -------------------------------------------------------------------------- diff --git a/Cargo.lock b/Cargo.lock index 1039599ff1..4ef42cfb21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2095,7 +2095,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ord" -version = "0.13.0" +version = "0.13.1" dependencies = [ "anyhow", "async-trait", @@ -3144,18 +3144,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.50" +version = "1.0.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" +checksum = "f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.50" +version = "1.0.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" +checksum = "01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 910fa8d89a..4fa8a097ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.13.0" +version = "0.13.1" license = "CC0-1.0" edition = "2021" autotests = false