Skip to content

Commit

Permalink
Release 0.10.0 (ordinals#2575)
Browse files Browse the repository at this point in the history
- Bump version: 0.9.0 → 0.10.0
- Update changelog
- Update dependencies
  • Loading branch information
casey committed Oct 24, 2023
1 parent fc58afd commit b300e82
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 16 deletions.
73 changes: 73 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,79 @@
Changelog
=========

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

### Added
- Batch inscriptions (#2504)
- Add teleburn command to generate Ethereum teleburn addresses (#1680)
- Add Korean version of handbook (#2560)
- Add German version of handbook (#2441)
- Add Arabic version of handbook (#2442)
- Add French version of handbook (#2508)
- Implement pointer spec (#2499)
- Add pointer spec (#2383)
- Add Russian version of handbook (#2468)
- Add inscription number endpoint (#2485)
- Allow inscriptions to include CBOR metadata (#2421)
- Add Filipino version of handbook (#2483)
- Add code syntax highlighting to preview (#2471)
- Add font media types (#2464)
- Render markdown previews (#2325)
- Add metaprotocol field (#2449)
- Add Spanish version of handbook (#2448)
- Add `application/cbor` media type with extension `.cbor` (#2446)

### Changed
- Create single-directory release archives (#2537)
- Allow fixed length encoding for parent id in child inscription (#2519)
- Recognize inscriptions with pushnum opcodes (#2497)
- Rename `index run` -> `index update` (#2462)
- Refactor inscription parsing (#2461)
- Allow running `find` on a range of sats (#1992)

### Fixed
- Fix overflow in Sat::from_name (#2500)
- Fix issue with `--satpoint` when offset not 0 (#2466)

### Misc
- Remove paranthetical annotations (#2540)
- Refactor index checks (#2541)
- Don't add path component in bin/package (#2536)
- Metadata Filipino translation (#2517)
- Add pointer spec to docs (#2533)
- Make inscriptions with pointer cursed (#2523)
- Small refactor for inscribe code (#2515)
- Pre-allocate vector size (#1960)
- Add troubleshooting guide for syncing bitcoind (#1737)
- Same input envelopes become reinscriptions (#2478)
- Document JSON-API (#2484)
- Update parent-child guide (#2487)
- Add regtest flag to bitcoin-cli docs (#2488)
- Update overview.md (#2456)
- Correct donation address (#2475)
- Fixes release tarbomb (#2473)
- Update dependencies (#2470)
- Add internal sequence number (#2460)
- Update guide with parent-child and json API (#2429)
- Update Japanese handbook version with provenance section (#2450)

### Runes
- Implement splits (#2530)
- Add rune fuzz targets (#2526)
- Allow searching by rune or rune ID (#2522)
- Encode runestones with tags (#2547)
- Edict with zero amount allocates all remaining runes (#2531)
- Always create rune, even if none were allocated (#2543)
- Show rune balances on /output page (#2527)
- Delta encode Rune IDs in edicts (#2532)
- Add test to keep track of runestone size (#2529)
- Show etching and inscription on /rune page (#2512)
- Track burned runes (#2511)
- Don't encode divisibility if zero (#2510)
- Format rune supply using divisibility (#2509)
- Add pre-alpha unstable incomplete half-baked rune index (#2491)

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

Expand Down
30 changes: 15 additions & 15 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.9.0"
version = "0.10.0"
license = "CC0-1.0"
edition = "2021"
autotests = false
Expand Down

0 comments on commit b300e82

Please sign in to comment.