Skip to content

Commit

Permalink
Added keepachangelog
Browse files Browse the repository at this point in the history
  • Loading branch information
itsthedevman committed Jan 15, 2025
1 parent 7a9b445 commit ec8971e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit ec8971e

Please sign in to comment.