Skip to content

Commit

Permalink
Release 0.8.1-gm12
Browse files Browse the repository at this point in the history
  • Loading branch information
gmart7t2 committed Aug 7, 2023
1 parent be9b116 commit ac6944c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
Changelog
=========

[0.8.1-gm12](https://github.com/gmart7t2/ord/releases/tag/0.8.1-gm12) - 2023-08-06
----------------------------------------------------------------------------------

### Added
- Add flags `--show-date`, and `--show-value` to `ord find` to add fields to the results.

[0.8.1-gm11](https://github.com/gmart7t2/ord/releases/tag/0.8.1-gm11) - 2023-08-06
----------------------------------------------------------------------------------

### Added
- Add flags `--show-address`, `--show-blockhash`, `--show-name`, `show-time` to `ord find` to add fields to the results.
- Add flags `--show-address`, `--show-blockhash`, `--show-name`, `--show-time` to `ord find` to add fields to the results.

### Changed
- Store 3 bytes per outpoint not 2, to reduce the number of collisions.
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.8.1-gm11"
version = "0.8.1-gm12"
license = "CC0-1.0"
edition = "2021"
autotests = false
Expand Down

0 comments on commit ac6944c

Please sign in to comment.