Skip to content

Commit

Permalink
Release 0.17.1 (#3435)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Apr 1, 2024
1 parent 97fdcec commit b134e9a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

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

## Fixed
- Ignore invalid script pubkeys (#3432)

## Misc
- Fix typo (#3429)
- Relax deployed Bitcoin Core relay rules (#3431)

[0.17.0](https://github.com/ordinals/ord/releases/tag/0.17.0) - 2023-03-31
--------------------------------------------------------------------------

Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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.17.0"
version = "0.17.1"
license = "CC0-1.0"
edition = "2021"
autotests = false
Expand Down Expand Up @@ -49,7 +49,7 @@ mime_guess = "2.0.4"
miniscript = "10.0.0"
mp4 = "0.14.0"
ord-bitcoincore-rpc = "0.17.2"
ordinals = { version = "0.0.5", path = "crates/ordinals" }
ordinals = { version = "0.0.6", path = "crates/ordinals" }
redb = "2.0.0"
regex = "1.6.0"
reqwest = { version = "0.11.23", features = ["blocking", "json"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/ordinals/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ordinals"
version = "0.0.5"
version = "0.0.6"
edition = "2021"
description = "Library for interoperating with ordinals and inscriptions"
homepage = "https://github.com/ordinals/ord"
Expand Down

0 comments on commit b134e9a

Please sign in to comment.