Skip to content

Commit

Permalink
(cargo-release) version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abusch committed Mar 25, 2022
1 parent f570e10 commit 6c8b760
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

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

## [unreleased]
## [$NEW_VERSION] - 2022-03-25

### Bug Fixes

- Don't harcode version number in UI

## [0.1.0] - 2022-03-24

### Features

Expand All @@ -21,4 +27,12 @@ All notable changes to this project will be documented in this file.

- Split render_ui into smaller functions

### Styling

- Apply cargo fmt globally

### Ci

- Steal workflow files from ncspot

<!-- generated by git-cliff -->
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.0"
version = "0.1.1"
authors = ["Antoine Busch <antoine.busch@gmail.com>"]
edition = "2021"
description = "A simple TUI for controlling local Sonos speakers"
Expand Down

0 comments on commit 6c8b760

Please sign in to comment.