Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

Commit

Permalink
0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatekii committed Apr 22, 2020
1 parent 7cf03d0 commit 16c68ad
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [0.1.0]
## [0.6.1]

### Added

- Added the possibility to use an `Embed.local.toml` to override the `Embed.toml` locally.
- Added the possibility to use an `.embed.toml` and `.embed.local.toml`. See the [README](README.md) for more info.
- Added host timestamps to the RTT printouts.

## [0.6.0]
- Initial release

[Unreleased]: https://github.com/probe-rs/probe-rs/compare/v0.1.0...master
[0.1.0]: https://github.com/probe-rs/probe-rs/releases/tag/v0.1.0
[Unreleased]: https://github.com/probe-rs/probe-rs/compare/v0.6.1...master
[0.6.1]: https://github.com/probe-rs/probe-rs/releases/tag/v0.6.1
[0.6.0]: https://github.com/probe-rs/probe-rs/releases/tag/v0.6.0
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-embed"
version = "0.6.0"
version = "0.6.1"
authors = ["Noah Hüsser <[email protected]>"]
edition = "2018"
description = "A utility to develop software for embedded ARM and RISC-V cores."
Expand Down

0 comments on commit 16c68ad

Please sign in to comment.