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

Commit

Permalink
Merge #227
Browse files Browse the repository at this point in the history
227: 0.13.0 Release r=adamgreig a=Yatekii



Co-authored-by: Noah Hüsser <noah@huesser.dev>
  • Loading branch information
bors[bot] and Yatekii authored Jul 12, 2022
2 parents 38d1938 + c14efa8 commit cc15d22
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 100 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [0.13.0]

### Changed

- Updated probe-rs to 0.13.0.

## [0.12.1]

### Fixed
Expand Down Expand Up @@ -44,11 +50,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.10.0]

Note: This release was yanked.

### Added

- Updated to probe-rs 0.10.0. Please consult its own changelog for new features and fixes.
- Added logging to sentry.io. This is 100% OPT-IN! You will be asked only if an unhandled error or panic occurs, and only if you give consent, data is transmitted. If you do not trust us either way, you can disable the `sentry` feature when you install the crate. The completely anonymous data can be investigated on sentry.io by anyone who likes to see it. Unfortunately sentry.io does not feature public orgs yet, so please reach out to @Yatekii to be added.
Sentry helps us track down tricky issues that only occur in very specific cases. It is very much appreciated if you log upcoming errors this way (#121)!
Sentry helps us track down tricky issues that only occur in very specific cases. It is very much appreciated if you log upcoming errors this way (#121)!

### Changed

Expand Down Expand Up @@ -155,9 +162,11 @@ Improved flashing for `cargo-flash` considering speed and useability.
- Various bugfixes

## [0.2.0]

- Introduce cargo-flash which can automatically build & flash the target elf file.

[Unreleased]: https://github.com/probe-rs/cargo-flash/compare/v0.12.1...master
[unreleased]: https://github.com/probe-rs/cargo-flash/compare/v0.13.0...master
[0.13.0]: https://github.com/probe-rs/cargo-flash/releases/tag/v0.12.1..v0.13.0
[0.12.1]: https://github.com/probe-rs/cargo-flash/releases/tag/v0.12.0..v0.12.1
[0.12.0]: https://github.com/probe-rs/cargo-flash/releases/tag/v0.11.0..v0.12.0
[0.11.0]: https://github.com/probe-rs/cargo-flash/releases/tag/v0.10.1..v0.11.0
Expand Down
Loading

0 comments on commit cc15d22

Please # to comment.