Skip to content

Commit

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

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

### Added
- Add `--max-inputs`` flag to `wallet send` (for inscriptions and satpoints) and `wallet inscribe` to limit the number of inputs in the transactions they make.

### Changed
- Only add the `sat` field to the output of `wallet inscriptions` if the full sat index is in use.

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

### 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-gm14"
version = "0.5.1-gm15"
license = "CC0-1.0"
edition = "2021"
autotests = false
Expand Down

0 comments on commit 40483b0

Please sign in to comment.