diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aa7c32e36..29146d44ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +[0.5.1-gm13](https://github.com/gmart7t2/ord/releases/tag/0.5.1-gm13) - 2023-04-14 + +### Added +- Add functionality to `ord inscriptions` to list in order of inscription number, to allow it to work without the full sats index, and to allow limiting output in various ways (`--max-sat`, `-max-number`, `-max-height`. Renamed `--max` flag to `--limit`. + [0.5.1-gm12](https://github.com/gmart7t2/ord/releases/tag/0.5.1-gm12) - 2023-04-12 ### Added diff --git a/Cargo.lock b/Cargo.lock index 349a913567..3ad2a6c68a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2159,7 +2159,7 @@ dependencies = [ [[package]] name = "ord" -version = "0.5.1-gm12" +version = "0.5.1-gm13" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index dfb1558220..cb5b0b34ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ord" description = "◉ Ordinal wallet and block explorer" -version = "0.5.1-gm12" +version = "0.5.1-gm13" license = "CC0-1.0" edition = "2021" autotests = false