# 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] - ReleaseDate
## [1.0.0] - 2026-04-05
- fix: stages, types, types_or, and exclude_types are lists of strings, thanks @pdecat in https://github.com/nim65s/pre-commit-sort/pull/137
- remove cachix (all my quota is used elsewhere)
- serde_yaml -> yaml_serde
## [0.4.0] - 2024-08-21
## [0.3.0] - 2024-08-21
- flakify
## [0.2.0] - 2024-04-23
- improve README
- :warning: API changed: ci / autoupdate_schedule is now an Enum for validation
## [0.1.0] - 2023-06-02
- handle "local" & "meta" repos
- :warning: API changed: `Repo` was renamed `Remote`, and a `Repo` enum with Repo::Remote(Remote)` was added.
- pre-commit-sort hook installation is now optional
## [0.0.5] - 2023-05-14
- Implement deduplication for repos with different revisions
- fix CI and release
- update rev in README
## [0.0.4] - 2023-05-14
- Create this CHANGELOG.md
- setup release action
## [v0.0.2] - 2023-05-14
## [v0.0.1] - 2023-05-14
[Unreleased]: https://github.com/nim65s/pre-commit-sort/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/nim65s/pre-commit-sort/compare/v0.4.0...v1.0.0
[0.4.0]: https://github.com/nim65s/pre-commit-sort/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/nim65s/pre-commit-sort/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/nim65s/pre-commit-sort/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/nim65s/pre-commit-sort/compare/v0.0.5...v0.1.0
[0.0.5]: https://github.com/nim65s/pre-commit-sort/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/nim65s/pre-commit-sort/compare/v0.0.2...v0.0.4
[v0.0.2]: https://github.com/nim65s/pre-commit-sort/compare/v0.0.1...v0.0.2
[v0.0.1]: https://github.com/nim65s/pre-commit-sort/releases/tag/v0.0.1