Skip to content

Commit edc9d64

Browse files
Prepare 0.15.0 release (#494)
* build: Bump dependencies * docs: Update changelog * build: Bump espup version to 0.15.0
1 parent ff183b6 commit edc9d64

File tree

3 files changed

+19
-26
lines changed

3 files changed

+19
-26
lines changed

CHANGELOG.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
9-
10-
### Added
11-
12-
### Fixed
8+
## [0.15.0] - 2025-04-08
139

1410
### Changed
1511
- Install `stable` Rust toolchain instead of `nightly` for RISC-V devices (#487)
1612

17-
### Removed
18-
19-
2013
## [0.14.1] - 2025-03-04
2114

2215
### Added
@@ -164,7 +157,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
164157

165158
## [0.1.0] - 2022-10-07
166159

167-
[Unreleased]: https://github.com/esp-rs/espup/compare/v0.14.1...HEAD
160+
[0.15.0]: https://github.com/esp-rs/espup/compare/v0.14.1...v0.15.0
168161
[0.14.1]: https://github.com/esp-rs/espup/compare/v0.14.0...v0.14.1
169162
[0.14.0]: https://github.com/esp-rs/espup/compare/v0.13.0...v0.14.0
170163
[0.13.0]: https://github.com/esp-rs/espup/compare/v0.12.2...v0.13.0

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "espup"
3-
version = "0.14.1"
3+
version = "0.15.0"
44
authors = ["Sergio Gasquez Arcos <sergio.gasquez@gmail.com>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
@@ -14,33 +14,33 @@ categories = ["command-line-utilities", "development-tools", "embedded"]
1414
rust-version = "1.81.0"
1515

1616
[dependencies]
17-
async-trait = "0.1.87"
17+
async-trait = "0.1.88"
1818
bytes = "1.10.1"
19-
clap = { version = "4.5.31", features = ["derive", "env"] }
20-
clap_complete = "4.5.46"
19+
clap = { version = "4.5.35", features = ["derive", "env"] }
20+
clap_complete = "4.5.47"
2121
directories = "6.0.0"
22-
env_logger = "0.11.7"
23-
flate2 = "1.1.0"
22+
env_logger = "0.11.8"
23+
flate2 = "1.1.1"
2424
guess_host_triple = "0.1.4"
2525
indicatif = "0.17.11"
2626
indicatif-log-bridge = "0.2.3"
2727
lazy_static = "1.5.0"
28-
log = "0.4.26"
28+
log = "0.4.27"
2929
miette = { version = "7.5.0", features = ["fancy"] }
3030
regex = "1.11.1"
31-
reqwest = { version = "0.12.12", features = ["blocking", "socks", "stream"] }
32-
retry = "2.0.0"
31+
reqwest = { version = "0.12.15", features = ["blocking", "socks", "stream"] }
32+
retry = "2.1.0"
3333
serde_json = "1.0.140"
3434
strum = { version = "0.27.1", features = ["derive"] }
3535
tar = "0.4.44"
36-
tempfile = "3.18.0"
36+
tempfile = "3.19.1"
3737
thiserror = "2.0.12"
38-
tokio = { version = "1.43.0", features = ["full"] }
38+
tokio = { version = "1.44.2", features = ["full"] }
3939
tokio-retry = "0.3.0"
4040
tokio-stream = "0.1.17"
4141
update-informer = "1.2.0"
4242
xz2 = "0.1.7"
43-
zip = "2.2.3"
43+
zip = "2.6.1"
4444

4545
[target.'cfg(unix)'.dependencies]
4646
openssl = { version = "0.10.72", features = ["vendored"] }

0 commit comments

Comments
 (0)