Skip to content

Commit 84c9f00

Browse files
authored
chore: release v0.4.11
1 parent 7d02c1b commit 84c9f00

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.11](https://github.com/nyurik/delta-encoding/compare/v0.4.10...v0.4.11) - 2026-03-09
11+
12+
### Other
13+
14+
- [pre-commit.ci] pre-commit autoupdate ([#33](https://github.com/nyurik/delta-encoding/pull/33))
15+
- add .editorconfig, minor cleanups ([#32](https://github.com/nyurik/delta-encoding/pull/32))
16+
- add .editorconfig
17+
- *(deps)* bump actions/checkout from 5 to 6 in the all-actions-version-updates group ([#29](https://github.com/nyurik/delta-encoding/pull/29))
18+
- minor justfile adjustments
19+
1020
## [0.4.10](https://github.com/nyurik/delta-encoding/compare/v0.4.9...v0.4.10) - 2025-11-10
1121

1222
### 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.10"
3+
version = "0.4.11"
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)