From 2881d40abd22ca7e411243214d14a452cb49f5c5 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Tue, 21 Apr 2026 10:27:12 -0400 Subject: [PATCH] chore: release v0.4.11 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efc6785..85e9f7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index e185ff7..d3d3084 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] repository = "https://github.com/nyurik/delta-encoding"