Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Sep 29, 2022
1 parent f2bb5d1 commit 149bcd1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.2.15 - 2022-09-29

### Internal
- Switch to Rust 2021 edition
- Update dependencies


## v0.2.14 - 2021-11-08

### Features
Expand Down
23 changes: 11 additions & 12 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mmtc"
version = "0.2.14"
version = "0.2.15"
authors = ["figsoda <[email protected]>"]
edition = "2021"
description = "Minimal mpd terminal client that aims to be simple yet highly configurable"
Expand All @@ -15,7 +15,7 @@ categories = ["command-line-utilities"]
anyhow = "1.0.65"
async-io = "1.9.0"
async-net = "1.7.0"
clap = { version = "4.0.2", features = ["cargo", "derive", "unicode"] }
clap = { version = "4.0.4", features = ["cargo", "derive", "unicode"] }
crossbeam-queue = "0.3.6"
crossterm = "0.25.0"
dirs = "4.0.0"
Expand All @@ -30,8 +30,8 @@ default-features = false
features = ["crossterm", "serde"]

[build-dependencies]
clap = { version = "4.0.2", features = ["derive"] }
clap_complete = "4.0.1"
clap = { version = "4.0.4", features = ["derive"] }
clap_complete = "4.0.2"

[profile.release]
lto = true
Expand Down

0 comments on commit 149bcd1

Please sign in to comment.