Skip to content

Commit 30c4cf7

Browse files
committed
feat: Begin next release cycle
1 parent 9a6d297 commit 30c4cf7

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Added
11+
12+
### Fixed
13+
14+
### Changed
15+
16+
### Removed
17+
818
## [0.13.0] - 2024-10-30
919

1020
### Changed
@@ -131,6 +141,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
131141

132142
## [0.1.0] - 2022-10-07
133143

144+
[Unreleased]: https://github.com/esp-rs/espup/compare/v0.13.0...HEAD
134145
[0.13.0]: https://github.com/esp-rs/espup/compare/v0.12.2...v0.13.0
135146
[0.12.2]: https://github.com/esp-rs/espup/compare/v0.12.1...v0.12.2
136147
[0.12.1]: https://github.com/esp-rs/espup/compare/v0.12.0...v0.12.1

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.13.0"
3+
version = "0.13.1-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)