Skip to content

Commit

Permalink
Release 0.15.0-gm11
Browse files Browse the repository at this point in the history
  • Loading branch information
gmart7t2 committed Feb 29, 2024
1 parent f40868c commit f1b165d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ Changelog
### Added
- Use `OP_PUSHNUM_x` instead of `OP_PUSHBYTES_1` whenever possible to save space.

[0.15.0-gm11](https://github.com/gmart7t2/ord/releases/tag/0.15.0-gm10) - 2024-02-23
------------------------------------------------------------------------------------

### Changed
- Better error checking when inscribing.
- Better error checking for inputs to transaction builder.
- 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-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-gm10"
version = "0.15.0-gm11"
license = "CC0-1.0"
edition = "2021"
autotests = false
Expand Down

0 comments on commit f1b165d

Please sign in to comment.