Skip to content

Commit e7d5a8c

Browse files
authored
chore: release v0.4.9
1 parent 4788832 commit e7d5a8c

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.9](https://github.com/nyurik/delta-encoding/compare/v0.4.8...v0.4.9) - 2025-08-28
11+
12+
### Other
13+
14+
- *(ci)* improve cargo-install recipe
15+
- *(ci)* disable telemetry in workflow
16+
- improve get-create-field in justfile
17+
- 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))
18+
- format Cargo.toml, minor just cleanup ([#27](https://github.com/nyurik/delta-encoding/pull/27))
19+
- [pre-commit.ci] pre-commit autoupdate ([#26](https://github.com/nyurik/delta-encoding/pull/26))
20+
- use release-plz token in dependabot ci
21+
1022
## [0.4.8](https://github.com/nyurik/delta-encoding/compare/v0.4.7...v0.4.8) - 2025-06-08
1123

1224
### 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 <YuriAstrakhan@gmail.com>"]
66
repository = "https://github.com/nyurik/delta-encoding"

0 commit comments

Comments
 (0)