temps 2.0.2

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.2]https://github.com/icepuma/temps/compare/temps-v2.0.1...temps-v2.0.2 - 2025-12-02

### Other

- *(deps)* update all dependencies via cargo search
- *(deps)* update via cargo search; fix clippy warning

## [2.0.1]https://github.com/icepuma/temps/compare/temps-v2.0.0...temps-v2.0.1 - 2025-07-24

### Other

- replace korora-tech with icepuma in all repository references

## [2.0.0]https://github.com/icepuma/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/icepuma/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/icepuma/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