Skip to content

Commit 9fe5d21

Browse files
Prepare 0.15.1 release (#507)
1 parent 4efd93c commit 9fe5d21

File tree

3 files changed

+38
-27
lines changed

3 files changed

+38
-27
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,21 @@ 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
8+
## [Unreleased]
9+
10+
### Added
11+
12+
### Fixed
13+
14+
### Changed
15+
16+
### Removed
17+
18+
## [0.15.1] - 2025-05-19
919

1020
### Changed
1121
- Improved GitHub API error handling (#496)
12-
- update `zip` dependency to 3.0.0
22+
- Update `zip` dependency to 3.0.0 as 2.6.1 was yanked (#504)
1323

1424
## [0.15.0] - 2025-04-08
1525

@@ -163,6 +173,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
163173

164174
## [0.1.0] - 2022-10-07
165175

176+
[Unreleased]: https://github.com/esp-rs/espup/compare/v0.15.1...HEAD
177+
[0.15.1]: https://github.com/esp-rs/espup/compare/v0.15.0...v0.15.1
166178
[0.15.0]: https://github.com/esp-rs/espup/compare/v0.14.1...v0.15.0
167179
[0.14.1]: https://github.com/esp-rs/espup/compare/v0.14.0...v0.14.1
168180
[0.14.0]: https://github.com/esp-rs/espup/compare/v0.13.0...v0.14.0

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "espup"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
authors = ["Sergio Gasquez Arcos <sergio.gasquez@gmail.com>"]
55
edition = "2024"
66
license = "MIT OR Apache-2.0"
@@ -16,8 +16,8 @@ rust-version = "1.85.0"
1616
[dependencies]
1717
async-trait = "0.1.88"
1818
bytes = "1.10.1"
19-
clap = { version = "4.5.35", features = ["derive", "env"] }
20-
clap_complete = "4.5.47"
19+
clap = { version = "4.5.38", features = ["derive", "env"] }
20+
clap_complete = "4.5.50"
2121
directories = "6.0.0"
2222
env_logger = "0.11.8"
2323
flate2 = "1.1.1"
@@ -26,16 +26,16 @@ indicatif = "0.17.11"
2626
indicatif-log-bridge = "0.2.3"
2727
lazy_static = "1.5.0"
2828
log = "0.4.27"
29-
miette = { version = "7.5.0", features = ["fancy"] }
29+
miette = { version = "7.6.0", features = ["fancy"] }
3030
regex = "1.11.1"
3131
reqwest = { version = "0.12.15", features = ["blocking", "socks", "stream"] }
3232
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.19.1"
36+
tempfile = "3.20.0"
3737
thiserror = "2.0.12"
38-
tokio = { version = "1.44.2", features = ["full"] }
38+
tokio = { version = "1.45.0", features = ["full"] }
3939
tokio-retry = "0.3.0"
4040
tokio-stream = "0.1.17"
4141
update-informer = "1.2.0"
@@ -50,7 +50,7 @@ winreg = "0.55.0"
5050
winapi = { version = "0.3.9", features = ["winuser"] }
5151

5252
[dev-dependencies]
53-
assert_cmd = "2.0.16"
53+
assert_cmd = "2.0.17"
5454

5555
[package.metadata.binstall]
5656
bin-dir = "{ bin }{ binary-ext }"

0 commit comments

Comments
 (0)