async-jsonl 0.4.0

An efficient async Rust library for reading and processing JSON Lines (JSONL) files using Tokio streams.
Documentation
# 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.4.0]https://github.com/gpmcp/async-jsonl/compare/v0.3.1...v0.4.0 - 2025-06-04

### Added

- add count function to JsonlReader ([#11]https://github.com/gpmcp/async-jsonl/pull/11)

## [0.3.1]https://github.com/gpmcp/async-jsonl/compare/v0.3.0...v0.3.1 - 2025-06-03

### Fixed

- add repository URL to Cargo.toml

## [0.3.0]https://github.com/gpmcp/async-jsonl/compare/v0.2.0...v0.3.0 - 2025-06-03

### Added

- add methods to read first and last n lines from JSONL files ([#7]https://github.com/gpmcp/async-jsonl/pull/7)

## [0.2.0]https://github.com/gpmcp/async-jsonl/compare/v0.1.0...v0.2.0 - 2025-06-03

### Fixed

- remove sort_commits option from release-plz.toml