Skip to content

Commit c940c25

Browse files
committed
release 0.13.1
1 parent d239289 commit c940c25

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.13.1] - 2024-10-31
4+
5+
### Fixes 🐛
6+
7+
- Fixed edge case loading data ranges that are smaller than the chunk size (thanks to @mcbernie).
8+
39
## [0.13.0] - 2024-09-05
410

511
### Breaking Change 🛠️

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leptos-struct-table"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
edition = "2021"
55
authors = ["Marc-Stefan Cassola"]
66
categories = ["gui", "web-programming"]

0 commit comments

Comments
 (0)