Skip to content

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
Adds CHANGELOG.md
  • Loading branch information
Sinono3 committed Jan 28, 2024
1 parent eaf92c1 commit 081bb1a
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "souvlaki"
version = "0.7.0"
version = "0.7.1"
authors = ["Sinono3 <[email protected]>"]
edition = "2018"
description = "A cross-platform media key and metadata handling library."
Expand Down

0 comments on commit 081bb1a

Please sign in to comment.