Skip to content

Commit 01a0113

Browse files
authored
chore: release v0.4.9
1 parent 2e0dc5d commit 01a0113

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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.8"
3+
version = "0.4.9"
44
description = "A library to encode and decode a delta-encoded stream of numbers"
55
authors = ["Yuri Astrakhan <[email protected]>"]
66
repository = "https://github.com/nyurik/delta-encoding"

0 commit comments

Comments
 (0)