Skip to content

Commit 5d35627

Browse files
committed
Release 0.8.3
1 parent eaea786 commit 5d35627

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,22 @@ Types of changes:
1616

1717
## [Unreleased]
1818

19+
## [0.8.3]
20+
21+
### Added
22+
23+
- rustfmt.toml to enforce formatting
24+
25+
### Changed
26+
27+
- Update README/docs to clarify MacOS Usage (#60 thank you! @ILikeTeaALot)
28+
29+
### Fixed
30+
31+
- Standardized line ending behavior in Git
32+
- Implement error for all error types (#63 thank you! @nick42d)
33+
- Exclude dbus on Android (#59 thank you! @will3942)
34+
1935
## [0.8.2]
2036

2137
### Fixed

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.8.2"
3+
version = "0.8.3"
44
authors = ["Sinono3 <[email protected]>"]
55
edition = "2018"
66
description = "A cross-platform media key and metadata handling library."

0 commit comments

Comments
 (0)