Skip to content

Commit dda3061

Browse files
Prepare Release 0.12.2 (#438)
* build: Update dependencies and bump espup version * docs: Update changelog
1 parent f3afdf4 commit dda3061

File tree

3 files changed

+17
-23
lines changed

3 files changed

+17
-23
lines changed

CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +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
8+
## [0.12.2] - 2024-07-18
119

1210
### Fixed
1311
- Fix extended LLVM mode regression for LLVM versions < 17 introduced by #432. (#437)
1412

15-
### Changed
16-
17-
### Removed
18-
1913
## [0.12.1] - 2024-07-15
2014

2115
### Fixed
@@ -131,7 +125,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
131125

132126
## [0.1.0] - 2022-10-07
133127

134-
[Unreleased]: https://github.com/esp-rs/espup/compare/v0.12.1...HEAD
128+
[0.12.1]: https://github.com/esp-rs/espup/compare/v0.12.1...v0.12.2
135129
[0.12.1]: https://github.com/esp-rs/espup/compare/v0.12.0...v0.12.1
136130
[0.12.0]: https://github.com/esp-rs/espup/compare/v0.11.0...v0.12.0
137131
[0.11.0]: https://github.com/esp-rs/espup/compare/v0.10.0...v0.11.0

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "espup"
3-
version = "0.12.2-dev"
3+
version = "0.12.2"
44
authors = ["Sergio Gasquez Arcos <sergio.gasquez@gmail.com>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
@@ -30,8 +30,8 @@ serde_json = "1.0.120"
3030
strum = { version = "0.26.3", features = ["derive"] }
3131
tar = "0.4.41"
3232
tempfile = "3.10.1"
33-
thiserror = "1.0.62"
34-
tokio = { version = "1.38.0", features = ["full"] }
33+
thiserror = "1.0.63"
34+
tokio = { version = "1.38.1", features = ["full"] }
3535
tokio-retry = "0.3.0"
3636
update-informer = "1.1.0"
3737
xz2 = "0.1.7"

0 commit comments

Comments
 (0)