diff --git a/CHANGELOG.md b/CHANGELOG.md index 5db72fe5f9..a05c2ed73e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +[0.15.0-gm10](https://github.com/gmart7t2/ord/releases/tag/0.15.0-gm10) - 2024-02-23 +------------------------------------------------------------------------------------ + +### Added +- Use `OP_PUSHNUM_x` instead of `OP_PUSHBYTES_1` whenever possible to save space. + [0.15.0-gm9](https://github.com/gmart7t2/ord/releases/tag/0.15.0-gm9) - 2024-02-20 ---------------------------------------------------------------------------------- diff --git a/Cargo.lock b/Cargo.lock index d2f0c3eaf1..09a496c28f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2143,7 +2143,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ord" -version = "0.15.0-gm9" +version = "0.15.0-gm10" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 3f3260c526..e1ddaa79bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.15.0-gm9" +version = "0.15.0-gm10" license = "CC0-1.0" edition = "2021" autotests = false