edtf-core 1.1.2

EDTF (ISO 8601-2:2019 Annex A) parsing, validation, bounds, temporal relations and canonical formatting, levels 0-2. no_std, zero dependencies.
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]

## [1.1.1]https://github.com/CarlAllenn/edtf/compare/edtf-core-v1.1.0...edtf-core-v1.1.1 - 2026-07-31

### Fixed

- close all 39 confirmed findings from the release-pipeline audit ([#76]https://github.com/CarlAllenn/edtf/pull/76)

## [1.0.2]https://github.com/CarlAllenn/edtf/compare/edtf-core-v1.0.1...edtf-core-v1.0.2 - 2026-07-31

### Changed

- no library changes — republished through the hardened release pipeline:
  in-run provenance self-verification and per-crate SBOM attachment
  ([#67]https://github.com/CarlAllenn/edtf/pull/67, [#69]https://github.com/CarlAllenn/edtf/pull/69)

## [1.0.0]https://github.com/CarlAllenn/edtf/compare/edtf-core-v0.2.0...edtf-core-v1.0.0 - 2026-07-27

### Added

- #8 lint canon — wholesale clippy tiers + full fallout fix ([#45]https://github.com/CarlAllenn/edtf/pull/45)
- tooling baseline — rustfmt canon, release-plz, doc/coverage gates ([#8]https://github.com/CarlAllenn/edtf/pull/8) ([#43]https://github.com/CarlAllenn/edtf/pull/43)
- values() — enumerate the calendar values an expression denotes ([#19]https://github.com/CarlAllenn/edtf/pull/19) ([#40]https://github.com/CarlAllenn/edtf/pull/40)
- adopt cargo-deny supply-chain baseline (renovate-config#5) ([#38]https://github.com/CarlAllenn/edtf/pull/38)

### Other

- adopt max-enforcement linter baseline from renovate-config