Skip to content

Commit

Permalink
Prepare 0.11.0 release (#416)
Browse files Browse the repository at this point in the history
* docs: Update changelog

* build: Bump dependencies and espup version
  • Loading branch information
SergioGasquez authored Feb 2, 2024
1 parent 1751f72 commit a523276
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 47 deletions.
12 changes: 3 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,15 @@ 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]
## [0.11.0] - 2024-02-02

### Added

- Added support for specifying the location of the export file via `ESPUP_EXPORT_FILE` (#403)
- Added support for ESP32-P4 (#408)

### Fixed

- [Windows]: Avoid duplicating system environment variables into user environment variables (#411)

### Changed

### Removed

## [0.10.0]

### Fixed
Expand Down Expand Up @@ -112,8 +106,8 @@ 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.10.0...HEAD
[0.10.0]: https://github.com/esp-rs/espup/compare/v0.9.0...v.10.0
[0.11.0]: https://github.com/esp-rs/espup/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/esp-rs/espup/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/esp-rs/espup/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/esp-rs/espup/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/esp-rs/espup/compare/v0.6.1...v0.7.0
Expand Down
80 changes: 47 additions & 33 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "espup"
version = "0.10.1-dev"
version = "0.11.0"
authors = ["Sergio Gasquez Arcos <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -19,16 +19,16 @@ clap = { version = "4.4.18", features = ["derive", "env"] }
clap_complete = "4.4.9"
console = "0.15.8"
directories = "5.0.1"
env_logger = "0.11.0"
env_logger = "0.11.1"
flate2 = "1.0.28"
guess_host_triple = "0.1.3"
log = "0.4.20"
miette = { version = "5.10.0", features = ["fancy"] }
regex = "1.10.3"
reqwest = { version = "0.11.23", features = ["blocking"] }
reqwest = { version = "0.11.24", features = ["blocking"] }
retry = "2.0.0"
serde_json = "1.0.111"
strum = { version = "0.25.0", features = ["derive"] }
serde_json = "1.0.113"
strum = { version = "0.26.1", features = ["derive"] }
tar = "0.4.40"
tempfile = "3.9.0"
thiserror = "1.0.56"
Expand Down

0 comments on commit a523276

Please sign in to comment.