chore: add missing changelog entries

This commit is contained in:
daimond113 2025-02-16 11:38:36 +01:00
parent aa4f283e4c
commit f6f0cb48f8
No known key found for this signature in database
GPG key ID: 640DC95EC1190354

View file

@ -5,6 +5,10 @@ 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]
### Changed
- Allow publishing other packages even if an error occurred by @daimond113
## [0.6.0-rc.7] - 2025-02-14
### Changed
- Make aliases case-insensitive by @daimond113