Skip to content

Commit

Permalink
Merge commit '2a1e8db69a66181a9694ac1ddabd1e74048fb61a'
Browse files Browse the repository at this point in the history
  • Loading branch information
ynohtna92 committed Jan 21, 2024
2 parents 5a8b8c6 + 2a1e8db commit bbb4c66
Show file tree
Hide file tree
Showing 79 changed files with 10,452 additions and 1,798 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defaults:

env:
RUSTFLAGS: --deny warnings
LANGUAGES: de fr es pt ru zh ja ko fil ar hi
LANGUAGES: de fr es pt ru zh ja ko fil ar hi it

jobs:
docs:
Expand Down
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,43 @@
Changelog
=========

[0.13.0](https://github.com/ordinals/ord/releases/tag/0.13.0) - 2023-12-15
--------------------------------------------------------------------------

### Added
- Send runes with `ord wallet send` (#2858)
- Add rune spacers (#2862)
- Reserve runes for sequential allocation (#2831)
- Unlock runes over course of halving epoch (#2852)
- Add flag to decompress brotli server-side (#2854)
- Add /status page (#2819)
- Add coin charm (#2821)

### Fixed
- Fix endpoint `/inscriptions/block/<height>/<page>` (#2798)

### Misc
- Tweak rune tags and flags (#2860)
- Unlock runes in first block of interval (#2861)
- Index runes on testnet and signet deployments (#2857)
- Fix fuzzers (#2859)
- Make varint decoding infallible (#2853)
- Add runes to parse command (#2830)
- Update dependencies (#2828)
- Add coverage recipe (#2846)
- Put `Accept-Encoding` value in backticks (#2840)
- Don't print status when deploying (#2838)
- Fix justfile (#2836)
- Allow deploying remotes other than ordinals/ord (#2829)
- Include `Accept-Encoding` header value in error message (#2835)
- Clarify docs (#2827)
- Fix batch docs (#2823)
- Add accept encoding test without qvalues (#2822)
- Italian version of the handbook (#2801)
- Preview can mine blocks (#2809)
- Burn input runes if there are no non-op-return outputs (#2812)
- Update audit-cache binary (#2804)

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

Expand Down
Loading

0 comments on commit bbb4c66

Please sign in to comment.