Skip to content

Commit

Permalink
Prepare v0.6.1 release (#368)
Browse files Browse the repository at this point in the history
* build: Bump dependencies and espup version
  • Loading branch information
SergioGasquez authored Oct 4, 2023
1 parent 7a0a7ff commit 35a53aa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +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]

### Added
## [0.6.1] - 2023-10-04

### Changed
- Remove unnecesary CI jobs (#369)

### Fixed
- Create $RUSTUP_HOME/tmp if needed (#365)
- Complete Xtensa Rust versions when provided one is incompleted (#366)

### Removed

## [0.6.0] - 2023-10-02

### Added
Expand Down Expand Up @@ -68,7 +65,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.6.0...HEAD
[0.6.1]: https://github.com/esp-rs/espup/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/esp-rs/espup/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/esp-rs/espup/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/esp-rs/espup/compare/v0.4.0...v0.4.1
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "espup"
version = "0.6.1-dev"
version = "0.6.1"
authors = ["Sergio Gasquez Arcos <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -25,7 +25,7 @@ guess_host_triple = "0.1.3"
log = "0.4.20"
miette = { version = "5.10.0", features = ["fancy"] }
regex = "1.9.6"
reqwest = { version = "0.11.21", features = ["blocking"] }
reqwest = { version = "0.11.22", features = ["blocking"] }
retry = "2.0.0"
serde_json = "1.0.107"
strum = { version = "0.25.0", features = ["derive"] }
Expand Down

0 comments on commit 35a53aa

Please sign in to comment.