Skip to content

Commit

Permalink
Release 0.15.0-gm12
Browse files Browse the repository at this point in the history
  • Loading branch information
gmart7t2 committed Mar 3, 2024
1 parent 495fd07 commit 1f55d20
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
----------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1f55d20

Please sign in to comment.