Skip to content

Commit 4539646

Browse files
committed
Bump version to 0.7.0.
1 parent 931b632 commit 4539646

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## future
3+
## 0.7.0
44
### Breaking changes
55
Majority of users are unlikely to be affected.
66

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uamp"
3-
version = "0.6.8"
3+
version = "0.7.0"
44
edition = "2024"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -49,7 +49,7 @@ tokio = { version = "1.49.0", features = ["rt", "sync", "signal", "macros", "net
4949
tokio-util = { version = "0.7.18", features = ["codec"] }
5050
unidecode = "0.3.0"
5151
url = "2.5.8"
52-
uamp_proc = { version = "0.1.3", path = "uamp_proc" }
52+
uamp_proc = { version = "0.1.4", path = "uamp_proc" }
5353

5454
[target.'cfg(unix)'.dependencies]
5555
mpris-server = "0.9.0"

uamp_proc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uamp_proc"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2024"
55

66
[lib]

0 commit comments

Comments
 (0)