File tree Expand file tree Collapse file tree 3 files changed +17
-23
lines changed Expand file tree Collapse file tree 3 files changed +17
-23
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased]
9
-
10
- ### Added
8
+ ## [ 0.12.2] - 2024-07-18
11
9
12
10
### Fixed
13
11
- Fix extended LLVM mode regression for LLVM versions < 17 introduced by #432 . (#437 )
14
12
15
- ### Changed
16
-
17
- ### Removed
18
-
19
13
## [ 0.12.1] - 2024-07-15
20
14
21
15
### Fixed
@@ -131,7 +125,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
131
125
132
126
## [ 0.1.0] - 2022-10-07
133
127
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
135
129
[ 0.12.1 ] : https://github.com/esp-rs/espup/compare/v0.12.0...v0.12.1
136
130
[ 0.12.0 ] : https://github.com/esp-rs/espup/compare/v0.11.0...v0.12.0
137
131
[ 0.11.0 ] : https://github.com/esp-rs/espup/compare/v0.10.0...v0.11.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " espup"
3
- version = " 0.12.2-dev "
3
+ version = " 0.12.2"
4
4
authors = [" Sergio Gasquez Arcos <sergio.gasquez@gmail.com>" ]
5
5
edition = " 2021"
6
6
license = " MIT OR Apache-2.0"
@@ -30,8 +30,8 @@ serde_json = "1.0.120"
30
30
strum = { version = " 0.26.3" , features = [" derive" ] }
31
31
tar = " 0.4.41"
32
32
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" ] }
35
35
tokio-retry = " 0.3.0"
36
36
update-informer = " 1.1.0"
37
37
xz2 = " 0.1.7"
You can’t perform that action at this time.
0 commit comments