Skip to content

Commit 081bb1a

Browse files
author
Sinono3
committed
Release 0.7.1
Adds CHANGELOG.md
1 parent eaf92c1 commit 081bb1a

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "souvlaki"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Sinono3 <[email protected]>"]
55
edition = "2018"
66
description = "A cross-platform media key and metadata handling library."

0 commit comments

Comments
 (0)