diff --git a/CHANGELOG.md b/CHANGELOG.md index 99b8c53092..36a02ca3e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,15 @@ Changelog ========= -[0.15.0-gm10](https://github.com/gmart7t2/ord/releases/tag/0.15.0-gm10) - 2024-02-23 +[0.15.0-gm12](https://github.com/gmart7t2/ord/releases/tag/0.15.0-gm12) - 2024-03-02 ------------------------------------------------------------------------------------ ### Added -- Use `OP_PUSHNUM_x` instead of `OP_PUSHBYTES_1` whenever possible to save space. +- Add inscription `offset` to yaml field to allow inscribing on somewhere other than sat 0 of a utxo. +- Add the ability to set a pointer offset per inscription in the batch. +- Add inscribing delegates. -[0.15.0-gm11](https://github.com/gmart7t2/ord/releases/tag/0.15.0-gm10) - 2024-02-23 +[0.15.0-gm11](https://github.com/gmart7t2/ord/releases/tag/0.15.0-gm11) - 2024-02-29 ------------------------------------------------------------------------------------ ### Changed @@ -16,6 +18,12 @@ Changelog - Allow inscribing .avif files. - Don't `OP_PUSHNUM_x` instead of `OP_PUSHBYTES_1`, but leave the code there if people want to enable it. +[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 a2faccc591..87587d883b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2143,7 +2143,7 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ord" -version = "0.15.0-gm11" +version = "0.15.0-gm12" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index bc67b79b10..66c6ac9271 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.15.0-gm11" +version = "0.15.0-gm12" license = "CC0-1.0" edition = "2021" autotests = false