Skip to content

Commit 2881d40

Browse files
authored
chore: release v0.4.11
1 parent 0c665dd commit 2881d40

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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-04-21
11+
12+
### Other
13+
14+
- *(deps)* bump the all-actions-version-updates group across 1 directory with 2 updates ([#35](https://github.com/nyurik/delta-encoding/pull/35))
15+
- *(deps)* update criterion requirement from 0.7 to 0.8 in the all-cargo-version-updates group ([#36](https://github.com/nyurik/delta-encoding/pull/36))
16+
- [pre-commit.ci] pre-commit autoupdate ([#33](https://github.com/nyurik/delta-encoding/pull/33))
17+
- add .editorconfig, minor cleanups ([#32](https://github.com/nyurik/delta-encoding/pull/32))
18+
- add .editorconfig
19+
- *(deps)* bump actions/checkout from 5 to 6 in the all-actions-version-updates group ([#29](https://github.com/nyurik/delta-encoding/pull/29))
20+
- minor justfile adjustments
21+
1022
## [0.4.10](https://github.com/nyurik/delta-encoding/compare/v0.4.9...v0.4.10) - 2025-11-10
1123

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