File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.4.9] ( https://github.com/nyurik/delta-encoding/compare/v0.4.8...v0.4.9 ) - 2025-08-27
11+
12+ ### Other
13+
14+ - * (ci)* disable telemetry in workflow
15+ - improve get-create-field in justfile
16+ - Update criterion requirement from 0.6 to 0.7 in the all-cargo-version-updates group ([ #25 ] ( https://github.com/nyurik/delta-encoding/pull/25 ) )
17+ - format Cargo.toml, minor just cleanup ([ #27 ] ( https://github.com/nyurik/delta-encoding/pull/27 ) )
18+ - [ pre-commit.ci] pre-commit autoupdate ([ #26 ] ( https://github.com/nyurik/delta-encoding/pull/26 ) )
19+ - use release-plz token in dependabot ci
20+
1021## [ 0.4.8] ( https://github.com/nyurik/delta-encoding/compare/v0.4.7...v0.4.8 ) - 2025-06-08
1122
1223### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " delta-encoding"
3- version = " 0.4.8 "
3+ version = " 0.4.9 "
44description = " A library to encode and decode a delta-encoded stream of numbers"
55authors = [
" Yuri Astrakhan <[email protected] >" ]
66repository = " https://github.com/nyurik/delta-encoding"
You can’t perform that action at this time.
0 commit comments