Skip to content

Commit

Permalink
Release 0.5.1 (#1814)
Browse files Browse the repository at this point in the history
- Bump version: 0.5.0 → 0.5.1
- Update changelog
- Update dependencies
  • Loading branch information
raphjaph authored Feb 21, 2023
1 parent 63b57ad commit a3046ef
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 46 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
Changelog
=========

[0.5.1](https://github.com/casey/ord/releases/tag/0.5.1) - 2023-02-21
---------------------------------------------------------------------

### Performance
- Batch tx requests and re-enable skipping transactions (#1759)

### Added
- Add option to set inscription destination address (#1536)
- Allow supplying passphrase for `ord wallet create` and `ord wallet restore` (#1669)
- Add `--config-dir` option (#1697)

### Changed
- Require users manually specify a `--fee-rate` for `wallet send` (#1755)

### Documentation
- Add Sparrow Wallet Guide to Handbook (#1742)

### Misc
- Handle block count RPC error gracefully (#1637)
- Fix typos in overview.md (#1715)
- Typo fix (#1682)
- README typo fix (#1716)
- Fix changelog dates: 2022 → 2023 (#1700)
- Bump version number (#1695)

[0.5.0](https://github.com/casey/ord/releases/tag/0.5.0) - 2023-02-11
---------------------------------------------------------------------

Expand Down
90 changes: 45 additions & 45 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.5.0"
version = "0.5.1"
license = "CC0-1.0"
edition = "2021"
autotests = false
Expand Down

0 comments on commit a3046ef

Please sign in to comment.