Skip to content

Commit

Permalink
Prepare Release 0.12.2 (#438)
Browse files Browse the repository at this point in the history
* build: Update dependencies and bump espup version

* docs: Update changelog
  • Loading branch information
SergioGasquez committed Jul 18, 2024
1 parent f3afdf4 commit dda3061
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 23 deletions.
10 changes: 2 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
## [0.12.2] - 2024-07-18

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

### Changed

### Removed

## [0.12.1] - 2024-07-15

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

## [0.1.0] - 2022-10-07

[Unreleased]: https://github.com/esp-rs/espup/compare/v0.12.1...HEAD
[0.12.1]: https://github.com/esp-rs/espup/compare/v0.12.1...v0.12.2
[0.12.1]: https://github.com/esp-rs/espup/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/esp-rs/espup/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/esp-rs/espup/compare/v0.10.0...v0.11.0
Expand Down
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "espup"
version = "0.12.2-dev"
version = "0.12.2"
authors = ["Sergio Gasquez Arcos <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -30,8 +30,8 @@ serde_json = "1.0.120"
strum = { version = "0.26.3", features = ["derive"] }
tar = "0.4.41"
tempfile = "3.10.1"
thiserror = "1.0.62"
tokio = { version = "1.38.0", features = ["full"] }
thiserror = "1.0.63"
tokio = { version = "1.38.1", features = ["full"] }
tokio-retry = "0.3.0"
update-informer = "1.1.0"
xz2 = "0.1.7"
Expand Down

0 comments on commit dda3061

Please sign in to comment.