Skip to content

Commit e1d5bc5

Browse files
authored
Release 0.24.2 (#4441)
- Bump version: 0.24.1 β†’ 0.24.2 - Update changelog - Update changelog contributor credits - Update dependencies
1 parent 5de5f3b commit e1d5bc5

File tree

3 files changed

+56
-46
lines changed

3 files changed

+56
-46
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
[0.24.2](https://github.com/ordinals/ord/releases/tag/0.24.1) - 2025-11-13
5+
--------------------------------------------------------------------------
6+
7+
### Fixed
8+
- Fix trait template description list ([#4440](https://github.com/ordinals/ord/pull/4440) by [casey](https://github.com/casey))
9+
10+
### Misc
11+
- Return empty page if block inscription page request is out of range ([#4439](https://github.com/ordinals/ord/pull/4439) by [casey](https://github.com/casey))
12+
- Log index creation ([#4438](https://github.com/ordinals/ord/pull/4438) by [casey](https://github.com/casey))
13+
414
[0.24.1](https://github.com/ordinals/ord/releases/tag/0.24.1) - 2025-11-13
515
--------------------------------------------------------------------------
616

β€ŽCargo.lockβ€Ž

Lines changed: 45 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ord"
33
description = "β—‰ Ordinal wallet and block explorer"
4-
version = "0.24.1"
4+
version = "0.24.2"
55
autotests = false
66
autobins = false
77

0 commit comments

Comments
Β (0)