Skip to content
Closed
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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions crates/async_jsonl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.1](https://github.com/gpmcp/async-jsonl/compare/async-jsonl-v0.4.0...async-jsonl-v0.4.1) - 2025-06-05

### Fixed

- release-plz.toml and readme

## [0.4.0](https://github.com/gpmcp/async-jsonl/compare/v0.3.1...v0.4.0) - 2025-06-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/async_jsonl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-jsonl"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
license = "Apache-2.0"
description = "An efficient async Rust library for reading and processing JSON Lines (JSONL) files using Tokio streams."
Expand Down
14 changes: 14 additions & 0 deletions crates/async_jsonl_ci/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/gpmcp/async-jsonl/releases/tag/async_jsonl_ci-v0.1.0) - 2025-06-05

### Fixed

- release-plz.toml and readme
14 changes: 14 additions & 0 deletions crates/async_rev_buf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/gpmcp/async-jsonl/releases/tag/async-rev-buf-v0.1.0) - 2025-06-05

### Fixed

- release-plz.toml and readme