From 1cc1ea382ae1eb551908a74b6bd1bfc33192d1a0 Mon Sep 17 00:00:00 2001 From: Antoine Busch Date: Sun, 17 Sep 2023 11:06:06 +1000 Subject: [PATCH] chore: Release sinuous version 0.1.4 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79c9c9a..ad029d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.1.4] - 2023-09-17 + +### Bug Fixes + +- Update sonor and other dependencies + +### Miscellaneous Tasks + +- Upgrade some dependencies +- Upgrade dependencies + ## [0.1.3] - 2022-05-18 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 8c234fc..6e9ec10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -880,7 +880,7 @@ dependencies = [ [[package]] name = "sinuous" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2489402..e2b4765 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sinuous" -version = "0.1.3" +version = "0.1.4" authors = ["Antoine Busch "] edition = "2021" description = "A simple TUI for controlling local Sonos speakers"