Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions arm-dcc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1] - 2025-02-24

### Added

* A README to the package.

## [0.1.0] - 2025-02-24

* First release.

[unreleased]: https://github.com/rust-embedded/arm-dcc/compare/arm-dcc-v0.1.1...HEAD
[0.1.1]: https://github.com/rust-embedded/arm-dcc/compare/arm-dcc-v0.1.0...arm-dcc-v0.1.1
[0.1.0]: https://github.com/rust-embedded/arm-dcc/releases/tag/arm-dcc-v0.1.0
2 changes: 1 addition & 1 deletion arm-dcc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name = "arm-dcc"
readme = "README.md"
repository = "https://github.com/rust-embedded/arm-dcc"
rust-version = "1.59"
version = "0.1.0"
version = "0.1.1"

[features]
nop = []
22 changes: 22 additions & 0 deletions panic-dcc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1] - 2025-02-24

### Added

* A README to the package.

## [0.1.0] - 2025-02-24

* First release.

[unreleased]: https://github.com/rust-embedded/arm-dcc/compare/panic-dcc-v0.1.1...HEAD
[0.1.1]: https://github.com/rust-embedded/arm-dcc/compare/panic-dcc-v0.1.0...panic-dcc-v0.1.1
[0.1.0]: https://github.com/rust-embedded/arm-dcc/releases/tag/panic-dcc-v0.1.0
4 changes: 2 additions & 2 deletions panic-dcc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name = "panic-dcc"
readme = "README.md"
repository = "https://github.com/rust-embedded/arm-dcc"
rust-version = "1.59"
version = "0.1.0"
version = "0.1.1"

[dependencies]
arm-dcc = { path = "../arm-dcc", version = "0.1.0" }
arm-dcc = { path = "../arm-dcc", version = "0.1.1" }