Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.9](https://github.com/nyurik/delta-encoding/compare/v0.4.8...v0.4.9) - 2025-10-01

### Other

- use automatic crates.io token
- add more linting
- *(just)* minor justfile cleanup
- *(just)* minor justfile cleanup
- *(ci)* improve cargo-install recipe
- *(ci)* disable telemetry in workflow
- improve get-create-field in justfile
- 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))
- format Cargo.toml, minor just cleanup ([#27](https://github.com/nyurik/delta-encoding/pull/27))
- [pre-commit.ci] pre-commit autoupdate ([#26](https://github.com/nyurik/delta-encoding/pull/26))
- use release-plz token in dependabot ci
Copy link

Copilot AI Jun 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog entries should follow sentence case and proper noun capitalization. Consider updating this line to 'Use release-plz token in Dependabot CI.'

Suggested change
- use release-plz token in dependabot ci
- Use release-plz token in Dependabot CI

Copilot uses AI. Check for mistakes.

## [0.4.8](https://github.com/nyurik/delta-encoding/compare/v0.4.7...v0.4.8) - 2025-06-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "delta-encoding"
version = "0.4.8"
version = "0.4.9"
description = "A library to encode and decode a delta-encoded stream of numbers"
authors = ["Yuri Astrakhan <YuriAstrakhan@gmail.com>"]
repository = "https://github.com/nyurik/delta-encoding"
Expand Down