Skip to content

Commit

Permalink
Add CHANGELOG.md (esp-rs#358)
Browse files Browse the repository at this point in the history
* docs: Add CHANGELOG.md

* ci: Ignore changelog updates
  • Loading branch information
SergioGasquez committed Sep 27, 2023
1 parent 21696b7 commit e4d0d1d
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ on:
- main
paths-ignore:
- "**/README.md"
- "**/CHANGELOG.md"
- "**/audit.yaml"
- "**/cd.yaml"
pull_request:
paths-ignore:
- "**/README.md"
- "**/CHANGELOG.md"
- "**/audit.yaml"
- "**/cd.yaml"

Expand Down
75 changes: 75 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# Changelog

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
- Add a flag to skip Xtensa Rust version parsing (#352)

### Changed
- Update dependencies
- Use `RUSTUP_HOME` tmp folder (#348)
- Improve `remove_dir_all` errors (#346)

### Fixed
- Fix temorary folders/files cleanup (#344)
- Fix Clippy lint (#335)

### Removed

## [0.5.0] - 2023-08-11

## [0.4.1] - 2023-05-18

## [0.4.0] - 2023-04-24

## [0.3.2] - 2023-03-13

## [0.3.1] - 2023-03-06

## [0.3.0] - 2023-02-21

## [0.2.9] - 2023-02-14

## [0.2.8] - 2023-02-03

## [0.2.7] - 2023-02-03

## [0.2.6] - 2023-01-13

## [0.2.5] - 2023-01-11

## [0.2.4] - 2022-12-14

## [0.2.3] - 2022-11-17

## [0.2.2] - 2022-11-17

## [0.2.1] - 2022-11-04

## [0.2.0] - 2022-11-03

## [0.1.0] - 2022-10-07

[unreleased]: https://github.com/esp-rs/espup/compare/v0.5.0...HEAD
[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
[0.4.0]: https://github.com/esp-rs/espup/compare/v0.3.2...v0.4.0
[0.3.2]: https://github.com/esp-rs/espup/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/esp-rs/espup/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/esp-rs/espup/compare/v0.2.9...v0.3.0
[0.2.9]: https://github.com/esp-rs/espup/compare/v0.2.8...v0.2.9
[0.2.8]: https://github.com/esp-rs/espup/compare/v0.2.7...v0.2.8
[0.2.7]: https://github.com/esp-rs/espup/compare/v0.2.6...v0.2.7
[0.2.6]: https://github.com/esp-rs/espup/compare/v0.2.5...v0.2.6
[0.2.5]: https://github.com/esp-rs/espup/compare/v0.2.4...v0.2.5
[0.2.4]: https://github.com/esp-rs/espup/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/esp-rs/espup/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/esp-rs/espup/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/esp-rs/espup/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/esp-rs/espup/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/esp-rs/espup/releases/tag/v0.1.0

0 comments on commit e4d0d1d

Please sign in to comment.