From 978b0ab264acf49555c8c3d33fbe30f213cda83b Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 7 Oct 2024 13:44:00 -0500 Subject: [PATCH] Add CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dea01a4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [Unreleased v0.1.6] + +- Began tracking changes in the `CHANGELOG.md` file. +- [breaking] Lowered MSRV to 1.74 to match `librespot`'s `0.5.0-dev` branch. +- Fixed `pre-commit` hook to properly process the `CARGO_README.md` file. \ No newline at end of file