Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.11](https://github.com/nyurik/delta-encoding/compare/v0.4.10...v0.4.11) - 2026-04-21

### Other

- *(deps)* bump the all-actions-version-updates group across 1 directory with 2 updates ([#35](https://github.com/nyurik/delta-encoding/pull/35))
- *(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))
- [pre-commit.ci] pre-commit autoupdate ([#33](https://github.com/nyurik/delta-encoding/pull/33))
- add .editorconfig, minor cleanups ([#32](https://github.com/nyurik/delta-encoding/pull/32))
- add .editorconfig
- *(deps)* bump actions/checkout from 5 to 6 in the all-actions-version-updates group ([#29](https://github.com/nyurik/delta-encoding/pull/29))
- minor justfile adjustments

## [0.4.10](https://github.com/nyurik/delta-encoding/compare/v0.4.9...v0.4.10) - 2025-11-10

### Other
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "delta-encoding"
version = "0.4.10"
version = "0.4.11"
description = "A library to encode and decode a delta-encoded stream of numbers"
authors = ["Yuri Astrakhan <YuriAstrakhan@gmail.com>"]
repository = "https://github.com/nyurik/delta-encoding"
Expand Down