Skip to content

Commit

Permalink
Release 0.12.3 (#2796)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Dec 1, 2023
1 parent b6553c1 commit 0b4d7af
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 14 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Changelog
=========

[0.12.3](https://github.com/ordinals/ord/releases/tag/0.12.3) - 2023-12-01
--------------------------------------------------------------------------

### Added
- Add `ord balances` to show rune balances (#2782)

### Fixed
- Fix preview test (#2795)
- Fix reinscriptions charm (#2793)
- Fix fee calculation for batch inscribe on same sat (#2785)

### Misc
- Add `audit-cache` binary to audit Cloudflare caching (#2787)
- Fix typos (#2791)
- Add total bytes and proportion to database info (#2783)

[0.12.2](https://github.com/ordinals/ord/releases/tag/0.12.2) - 2023-11-29
--------------------------------------------------------------------------

Expand Down
26 changes: 13 additions & 13 deletions 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.12.2"
version = "0.12.3"
license = "CC0-1.0"
edition = "2021"
autotests = false
Expand Down

0 comments on commit 0b4d7af

Please sign in to comment.