Skip to content

Commit

Permalink
Release 0.5.1-gm5
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Martin committed Mar 31, 2023
1 parent 5b591a3 commit 74768fb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
Changelog
=========

[0.5.1-gm5](https://github.com/gmart7t2/ord/releases/tag/0.5.1-gm5) - 2023-03-31

### Changed
- Don't try to create the default data directory if --index overrides it. Create the specified directory instead. (#1991)

### Added
- Add flags to allow setting the postage amount for `wallet inscribe` and `wallet send`. (#1994)

[0.5.1-gm4](https://github.com/gmart7t2/ord/releases/tag/0.5.1-gm4) - 2023-03-30
--------------------------------------------------------------------------------

### Added
- Accept a second parameter to `find` to allow finding ranges of sats, not just single sats.
- Accept a second parameter to `find` to allow finding ranges of sats, not just single sats. (#1992)

[0.5.1-gm3](https://github.com/gmart7t2/ord/releases/tag/0.5.1-gm3) - 2023-03-26
--------------------------------------------------------------------------------
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-gm4"
version = "0.5.1-gm5"
license = "CC0-1.0"
edition = "2021"
autotests = false
Expand Down

0 comments on commit 74768fb

Please sign in to comment.