File tree Expand file tree Collapse file tree 2 files changed +41
-1
lines changed
Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ Types of changes:
9+
10+ - ` Added ` for new features.
11+ - ` Changed ` for changes in existing functionality.
12+ - ` Deprecated ` for soon-to-be removed features.
13+ - ` Removed ` for now removed features.
14+ - ` Fixed ` for any bug fixes.
15+ - ` Security ` in case of vulnerabilities.
16+
17+ ## [ Unreleased]
18+
19+ ## [ 0.7.1]
20+
21+ ### Added
22+
23+ - MSRV in Cargo.toml and rust-toolchain (#46 )
24+ - CHANGELOG.md (#45 )
25+
26+ ### Changed
27+
28+ - Lowered MSRV back to 1.60 from 1.74 (#46 )
29+ - Updated CI to support MSRV (#46 )
30+ - Updated CI dependencies
31+
32+ ## [ 0.7.0]
33+
34+ ### Added
35+
36+ - Implemented volume control on Linux (#42 )
37+
38+ ### Changed
39+
40+ - Refactored D-Bus module (#42 )
Original file line number Diff line number Diff line change 11[package ]
22name = " souvlaki"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44authors = [
" Sinono3 <[email protected] >" ]
55edition = " 2018"
66description = " A cross-platform media key and metadata handling library."
You can’t perform that action at this time.
0 commit comments