Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 871 Bytes

CHANGELOG.md

File metadata and controls

37 lines (22 loc) · 871 Bytes

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.

(#XY) is the GitHub issue/ticket id

Categories each change fall into

  • Added: for new features.
  • Changed: for changes in existing functionality.
  • Deprecated: for soon-to-be removed features.
  • Removed: for now removed features.
  • Fixed: for any bug fixes.

[Unreleased]

[0.3.0] - 2024-12-15

Added

  • Derive Debug for TokenManger (#20)

[0.2.0] - 2024-08-07

Changed

  • Accept FCM credentials as impl Read (#12)
  • Handle duration_since error differently in the token_manager. (#1)

[0.1.0] - 2024-04-29

Added

  • Initial to be released code of this library