-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add a CHANGELOG - Tidy up some Cargo.toml features - Increase the stable version in CI (but not the MSRV) - Bump version numbers in Cargo.toml - Synchronise version numbers in Cargo.toml; this is a simplifying decision which has been true so far, and we can change it later if needed --------- Co-authored-by: Kaur Kuut <[email protected]>
- Loading branch information
Showing
10 changed files
with
80 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<!-- Instructions | ||
This changelog follows the patterns described here: <https://keepachangelog.com/en/>. | ||
Subheadings to categorize changes are `added, changed, deprecated, removed, fixed, security`. | ||
--> | ||
|
||
# Changelog | ||
|
||
The latest published Android Trace release is [0.1.1](#011---2024-06-14) which was released on 2024-06-14. | ||
You can find its changes [documented below](#011---2024-06-14). | ||
|
||
## [Unreleased] | ||
|
||
### Added | ||
|
||
### Changed | ||
|
||
### Fixed | ||
|
||
## [0.1.1] - 2024-06-14 | ||
|
||
### Added | ||
|
||
- License files in Cargo packages ([#12] by [@DJMcNab]) | ||
- This changelog ([#13] by [@DJMcNab]) | ||
|
||
### Changed | ||
|
||
- Badges to match Linebender standard ([#11] by [@DJMcNab]) | ||
|
||
### Fixed | ||
|
||
## [0.1.0] - 2024-04-03 | ||
|
||
- Initial release | ||
|
||
[@DJMcNab]: https://github.com/DJMcNab | ||
|
||
[#11]: https://github.com/linebender/android_trace/pull/11 | ||
[#12]: https://github.com/linebender/android_trace/pull/12 | ||
[#13]: https://github.com/linebender/android_trace/pull/13 | ||
|
||
[Unreleased]: https://github.com/linebender/android_trace/compare/v0.1.1...HEAD | ||
[0.1.1]: https://github.com/linebender/android_trace/compare/v0.1.0...v0.1.1 | ||
[0.1.0]: https://github.com/linebender/android_trace/releases/tag/v0.1.0 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
use_field_init_shorthand = true | ||
newline_style = "Unix" | ||
# TODO: imports_granularity = "Module" - Wait for this to be stable. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters