Skip to content

Commit f3afdf4

Browse files
Begin next release cycle (#436)
* build: Update espup version * docs: Prepare changelog
1 parent e108653 commit f3afdf4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
1012
### Fixed
1113
- Fix extended LLVM mode regression for LLVM versions < 17 introduced by #432. (#437)
1214

15+
### Changed
16+
17+
### Removed
18+
1319
## [0.12.1] - 2024-07-15
1420

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

126132
## [0.1.0] - 2022-10-07
127133

134+
[Unreleased]: https://github.com/esp-rs/espup/compare/v0.12.1...HEAD
128135
[0.12.1]: https://github.com/esp-rs/espup/compare/v0.12.0...v0.12.1
129136
[0.12.0]: https://github.com/esp-rs/espup/compare/v0.11.0...v0.12.0
130137
[0.11.0]: https://github.com/esp-rs/espup/compare/v0.10.0...v0.11.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "espup"
3-
version = "0.12.1"
3+
version = "0.12.2-dev"
44
authors = ["Sergio Gasquez Arcos <sergio.gasquez@gmail.com>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)