Skip to content

Commit ed5eb83

Browse files
authored
chore: release v0.4.9
1 parent 55bc681 commit ed5eb83

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ 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-09-19
11+
12+
### Other
13+
14+
- add more linting
15+
- *(just)* minor justfile cleanup
16+
- *(just)* minor justfile cleanup
17+
- *(ci)* improve cargo-install recipe
18+
- *(ci)* disable telemetry in workflow
19+
- improve get-create-field in justfile
20+
- 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))
21+
- format Cargo.toml, minor just cleanup ([#27](https://github.com/nyurik/delta-encoding/pull/27))
22+
- [pre-commit.ci] pre-commit autoupdate ([#26](https://github.com/nyurik/delta-encoding/pull/26))
23+
- use release-plz token in dependabot ci
24+
1025
## [0.4.8](https://github.com/nyurik/delta-encoding/compare/v0.4.7...v0.4.8) - 2025-06-08
1126

1227
### 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)