Skip to content

Commit

Permalink
(cargo-release) version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abusch committed May 18, 2022
1 parent 36ce863 commit c8ba562
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,46 @@

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

## [0.1.3] - 2022-05-18

### Bug Fixes

- Make sure the ratio of track played stays between 0 and 1

### Documentation

- Add screenshot to README file
- Update README file
- Update screenshot

### Features

- Manage groups instead of speakers
- Remove dead code

### Miscellaneous Tasks

- Don't swallow error if main loop exits abnormally
- Formatting
- Improve logging and display of panic info

### Build

- Strip symbols from binary
- Bump crossterm from 0.23.1 to 0.23.2
- Bump tracing-subscriber from 0.3.9 to 0.3.10
- Bump clap from 3.1.6 to 3.1.8
- Bump tracing-subscriber from 0.3.10 to 0.3.11
- Bump tracing from 0.1.32 to 0.1.33
- Bump tracing from 0.1.33 to 0.1.34
- Bump clap from 3.1.8 to 3.1.9
- Bump anyhow from 1.0.56 to 1.0.57
- Bump clap from 3.1.9 to 3.1.12
- Bump tui from 0.17.0 to 0.18.0
- Bump tokio from 1.17.0 to 1.18.0
- Bump tokio from 1.18.0 to 1.18.2
- Bump clap from 3.1.12 to 3.1.18

## [0.1.2] - 2022-03-25

### Ci
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sinuous"
version = "0.1.2"
version = "0.1.3"
authors = ["Antoine Busch <antoine.busch@gmail.com>"]
edition = "2021"
description = "A simple TUI for controlling local Sonos speakers"
Expand Down

0 comments on commit c8ba562

Please sign in to comment.