temps 2.0.0

temps is a library for working with time and dates in Rust
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]

## [2.0.0]https://github.com/korora-tech/temps/compare/temps-v1.1.0...temps-v2.0.0 - 2025-06-17

### Added

- implement comprehensive error handling and API documentation

## [1.1.0]https://github.com/korora-tech/temps/compare/temps-v1.0.0...temps-v1.1.0 - 2025-05-30

### Added

- add comprehensive examples for chrono and jiff backends

## [1.0.0]https://github.com/korora-tech/temps/releases/tag/temps-v1.0.0 - 2025-05-30

### Added

- [**breaking**] complete rewrite as workspace with winnow parser
- integrate https://github.com/TianyiShi2001/hhmmss to temps

### Other

- fix links for badges
- fix version in readme
- rename all files under ".github" to .yml
- [feat] interpreter
- [init] repo