[go: up one dir, main page]

sluice 0.6.0

Efficient ring buffer for byte buffers, FIFO queues, and SPSC channels
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.6.0]https://github.com/sagebind/sluice/compare/v0.5.5...v0.6.0 - 2025-06-20

This version increases the MSRV from 1.66 to 1.74.

### Dependencies

- Bump criterion from 0.5.1 to 0.6.0 ([#26]https://github.com/sagebind/sluice/pull/26)
- Bump quickcheck_macros from 1.0.0 to 1.1.0 ([#25]https://github.com/sagebind/sluice/pull/25)
- Upgrade async-channel to v2 ([#23]https://github.com/sagebind/sluice/pull/23)
- Update criterion requirement from 0.3 to 0.5 ([#21]https://github.com/sagebind/sluice/pull/21)

### Other

- Set up release-plz to automate new releases
- Fix copypasta
- Fix CI badge
- Update edition and set MSRV to 1.66 ([#22]https://github.com/sagebind/sluice/pull/22)