Skip to content

Commit

Permalink
Release 0.18.1 (#3522)
Browse files Browse the repository at this point in the history
- Bump version: 0.18.0 → 0.18.1
- Update changelog
- Update changelog contributor credits
  • Loading branch information
casey authored Apr 11, 2024
1 parent ead081d commit 248ab53
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

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

### Fixed
- Fix off-by-one in wallet when waiting for etching commitment to mature ([#3515](https://github.com/ordinals/ord/pull/3515) by [casey](https://github.com/casey))

[0.18.0](https://github.com/ordinals/ord/releases/tag/0.18.0) - 2023-04-10
--------------------------------------------------------------------------

Expand Down
6 changes: 3 additions & 3 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.18.0"
version = "0.18.1"
license = "CC0-1.0"
edition = "2021"
autotests = false
Expand Down

0 comments on commit 248ab53

Please sign in to comment.