Skip to content

Commit

Permalink
Release 0.5.1-gm12
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Martin committed Apr 12, 2023
1 parent 0a5145d commit d32dbd1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

[0.5.1-gm12](https://github.com/gmart7t2/ord/releases/tag/0.5.1-gm12) - 2023-04-12

### Added
- Add the inscription number and the satoshi number to the `wallet inscriptions` output.
- Add `--no-broadcast` flag to `wallet inscribe` to prevent it broadcasting any transactions.
- Add `--coin-control` flag to `wallet inscribe` and `wallet send` to have those commands only spent utxos given with the `--utxo` flag.
- Add `decode` command to dump the contents of an inscription to a file, even if it isn't confirmed yet.

### Changed
- Alter the behavior of `--dump` in `wallet inscribe`. It no longer inhibits transaction broadcast.
- Fixed a couple of typos.

[0.5.1-gm11](https://github.com/gmart7t2/ord/releases/tag/0.5.1-gm11) - 2023-04-07

### Added
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.5.1-gm11"
version = "0.5.1-gm12"
license = "CC0-1.0"
edition = "2021"
autotests = false
Expand Down

0 comments on commit d32dbd1

Please sign in to comment.