Skip to content

Commit c8ba562

Browse files
committed
(cargo-release) version 0.1.3
1 parent 36ce863 commit c8ba562

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.3] - 2022-05-18
6+
7+
### Bug Fixes
8+
9+
- Make sure the ratio of track played stays between 0 and 1
10+
11+
### Documentation
12+
13+
- Add screenshot to README file
14+
- Update README file
15+
- Update screenshot
16+
17+
### Features
18+
19+
- Manage groups instead of speakers
20+
- Remove dead code
21+
22+
### Miscellaneous Tasks
23+
24+
- Don't swallow error if main loop exits abnormally
25+
- Formatting
26+
- Improve logging and display of panic info
27+
28+
### Build
29+
30+
- Strip symbols from binary
31+
- Bump crossterm from 0.23.1 to 0.23.2
32+
- Bump tracing-subscriber from 0.3.9 to 0.3.10
33+
- Bump clap from 3.1.6 to 3.1.8
34+
- Bump tracing-subscriber from 0.3.10 to 0.3.11
35+
- Bump tracing from 0.1.32 to 0.1.33
36+
- Bump tracing from 0.1.33 to 0.1.34
37+
- Bump clap from 3.1.8 to 3.1.9
38+
- Bump anyhow from 1.0.56 to 1.0.57
39+
- Bump clap from 3.1.9 to 3.1.12
40+
- Bump tui from 0.17.0 to 0.18.0
41+
- Bump tokio from 1.17.0 to 1.18.0
42+
- Bump tokio from 1.18.0 to 1.18.2
43+
- Bump clap from 3.1.12 to 3.1.18
44+
545
## [0.1.2] - 2022-03-25
646

747
### Ci

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sinuous"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Antoine Busch <antoine.busch@gmail.com>"]
55
edition = "2021"
66
description = "A simple TUI for controlling local Sonos speakers"

0 commit comments

Comments
 (0)