Skip to content

Commit 3fca43d

Browse files
authored
chore: release v0.4.10 (#28)
## πŸ€– New release * `delta-encoding`: 0.4.9 -> 0.4.10 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.4.10](v0.4.9...v0.4.10) - 2025-11-10 ### Other - fix broken links - minor justfile adjustments </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent 1b04f08 commit 3fca43d

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.10](https://github.com/nyurik/delta-encoding/compare/v0.4.9...v0.4.10) - 2025-11-10
11+
12+
### Other
13+
14+
- fix broken links
15+
- minor justfile adjustments
16+
1017
## [0.4.9](https://github.com/nyurik/delta-encoding/compare/v0.4.8...v0.4.9) - 2025-10-01
1118

1219
### Other

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "delta-encoding"
3-
version = "0.4.9"
3+
version = "0.4.10"
44
description = "A library to encode and decode a delta-encoded stream of numbers"
55
authors = ["Yuri Astrakhan <YuriAstrakhan@gmail.com>"]
66
repository = "https://github.com/nyurik/delta-encoding"

0 commit comments

Comments
Β (0)