Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

36 lines (20 loc) · 1.01 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.7.0] - 2024-06-26

Added

  • wait_enqueued_messages_sent and other synchronous methods periodically call check_signals on the provided ProcessSignalsSource so that they can be canceled using Ctrl+C.

Changed

  • ProcessSignalsSource is now required to be Send and Sync.

[0.6.1] - 2024-06-11

Fixed

  • The generation of the database files is now skipped during the documentation generation.

[0.6.0] - 2024-06-11

Added

  • The whole public interface is now documented.
  • The crate was published on crates.io.

Changed

  • The names of some of the structures and functions in the public interface were changed to be more intuitive.
  • Multiple crates were merged into a single one to increase the stability of the interface.