Skip to content

Commit f1629a6

Browse files
authored
chore: release v0.4.11
1 parent b30aa97 commit f1629a6

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ 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) - 2025-12-01
11+
12+
### Other
13+
14+
- add .editorconfig
15+
- *(deps)* bump actions/checkout from 5 to 6 in the all-actions-version-updates group ([#29](https://github.com/nyurik/delta-encoding/pull/29))
16+
- minor justfile adjustments
17+
1018
## [0.4.10](https://github.com/nyurik/delta-encoding/compare/v0.4.9...v0.4.10) - 2025-11-10
1119

1220
### 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)