Skip to content

Commit

Permalink
Release 0.15.0 (#2989)
Browse files Browse the repository at this point in the history
- Bump version: 0.14.1 → 0.15.0
- Update changelog
- Update dependencies
  • Loading branch information
casey committed Jan 9, 2024
1 parent d449160 commit 0ae58b8
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 73 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
Changelog
=========

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

### Added
- Add no sync option to server command (#2966)
- Vindicate cursed inscriptions (#2950)
- Add JSON endpoints for Runes (#2941)
- Add JSON endpoint for status (#2955)
- Add chain to status page (#2953)

### Changed
- Enter beta (#2973)

### Performance
- Avoid skip when getting paginated inscriptions (#2975)
- Dispatch requests to tokio thread pool (#2974)

### Misc
- Fix Project Board link (#2991)
- Update server names in justfile (#2954)
- Update delegate.md (#2976)
- Fix a typo (#2980)
- Use enums for runestone tags and flags (#2956)
- Make `FundRawTransactionOptions ` public (#2938)
- Deduplicate deploy script case statements (#2962)
- Remove quotes around key to allow shell expansion (#2951)
- Restart sshd in deploy script (#2952)

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

Expand Down
Loading

0 comments on commit 0ae58b8

Please sign in to comment.