From ec8971eb04640c69bcc632d7ec572f5648e0f6b5 Mon Sep 17 00:00:00 2001 From: Bryan Date: Wed, 15 Jan 2025 02:42:12 -0500 Subject: [PATCH] Added keepachangelog --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14b5206..9cb7566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ +# 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.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + ## [Unreleased] +### Added + +### Changed + +### Removed + +## [0.1.1] - 12025-01-15 + +### Changed +- Improved handling of non-string objects when sorting + ## [0.1.0] - 12025-01-14 ### Added @@ -9,3 +27,7 @@ - Ascending and descending sort directions - Type checking with Steep/RBS - GitHub Actions workflow for automated testing and type checking + +[unreleased]: https://github.com/itsthedevman/sortsmith/compare/v0.1.1...HEAD +[0.2.0]: https://github.com/itsthedevman/sortsmith/compare/v0.1.0...v0.1.1 +[0.1.0]: https://github.com/itsthedevman/sortsmith/compare/ac357965a1bc641d187333a5b032c5a423020ae9...v0.1.0