From 081bb1a286552944a686891ecab33221689d61d2 Mon Sep 17 00:00:00 2001 From: Sinono3 Date: Sun, 28 Jan 2024 14:28:28 -0300 Subject: [PATCH] Release 0.7.1 Adds CHANGELOG.md --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ac4256b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,40 @@ +# 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). + +Types of changes: + +- `Added` for new features. +- `Changed` for changes in existing functionality. +- `Deprecated` for soon-to-be removed features. +- `Removed` for now removed features. +- `Fixed` for any bug fixes. +- `Security` in case of vulnerabilities. + +## [Unreleased] + +## [0.7.1] + +### Added + +- MSRV in Cargo.toml and rust-toolchain (#46) +- CHANGELOG.md (#45) + +### Changed + +- Lowered MSRV back to 1.60 from 1.74 (#46) +- Updated CI to support MSRV (#46) +- Updated CI dependencies + +## [0.7.0] + +### Added + +- Implemented volume control on Linux (#42) + +### Changed + +- Refactored D-Bus module (#42) diff --git a/Cargo.toml b/Cargo.toml index 5a3c78f..434b95d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "souvlaki" -version = "0.7.0" +version = "0.7.1" authors = ["Sinono3 "] edition = "2018" description = "A cross-platform media key and metadata handling library."