Skip to content

Commit 8480f3a

Browse files
Prepare v0.10.0 release (#402)
* feat: Update deps and espup version * docs: Update changelog
1 parent 025792b commit 8480f3a

File tree

3 files changed

+22
-25
lines changed

3 files changed

+22
-25
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,15 @@ 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
8+
## [0.10.0]
119

1210
### Fixed
1311
- `skip-version-parse` argument should require `toolchain-version` (#396)
12+
- If there is a minified LLVM installation, `--extended-llvm` now installs the full LLVM (#400)
1413

1514
### Changed
1615
- Update LLVM version to `esp-16.0.4-20231113` (#398)
1716

18-
### Removed
19-
2017
## [0.9.0] - 2023-11-10
2118

2219
### Added
@@ -100,7 +97,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10097

10198
## [0.1.0] - 2022-10-07
10299

103-
[Unreleased]: https://github.com/esp-rs/espup/compare/v0.9.0...HEAD
100+
[0.10.0]: https://github.com/esp-rs/espup/compare/v0.9.0...v.10.0
104101
[0.9.0]: https://github.com/esp-rs/espup/compare/v0.8.0...v0.9.0
105102
[0.8.0]: https://github.com/esp-rs/espup/compare/v0.7.0...v0.8.0
106103
[0.7.0]: https://github.com/esp-rs/espup/compare/v0.6.1...v0.7.0

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "espup"
3-
version = "0.9.1-dev"
3+
version = "0.10.0"
44
authors = ["Sergio Gasquez Arcos <sergio.gasquez@gmail.com>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
@@ -15,11 +15,11 @@ rust-version = "1.70"
1515

1616
[dependencies]
1717
async-trait = "0.1.74"
18-
clap = { version = "4.4.7", features = ["derive"] }
18+
clap = { version = "4.4.11", features = ["derive"] }
1919
clap_complete = "4.4.4"
2020
console = "0.15.7"
2121
directories = "5.0.1"
22-
env_logger = "0.10.0"
22+
env_logger = "0.10.1"
2323
flate2 = "1.0.28"
2424
guess_host_triple = "0.1.3"
2525
log = "0.4.20"
@@ -39,10 +39,10 @@ xz2 = "0.1.7"
3939
zip = "0.6.6"
4040

4141
[target.'cfg(unix)'.dependencies]
42-
openssl = { version = "0.10.59", features = ["vendored"] }
42+
openssl = { version = "0.10.61", features = ["vendored"] }
4343

4444
[target.'cfg(windows)'.dependencies]
45-
winreg = "0.51.0"
45+
winreg = "0.52.0"
4646
winapi = { version = "0.3.9", features = ["winuser"] }
4747

4848
[dev-dependencies]

0 commit comments

Comments
 (0)