-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
24: v1.0.1 r=Hoverbear a=amanjeev A tiny bit of versioning snafu. Bumping to 1.0.1. Co-authored-by: Amanjeev Sethi <[email protected]>
- Loading branch information
Showing
6 changed files
with
38 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!-- SPDX-FileCopyrightText: The Ferrocene Developers --> | ||
<!-- SPDX-License-Identifier: MIT OR Apache-2.0 --> | ||
|
||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [1.0.1] - 2024-05-29 | ||
|
||
### Fixed | ||
|
||
- Versioning issue where `--version` was still showing `0.0.0` (#24). | ||
|
||
### Changed | ||
|
||
- Update dependencies for all crates in the project workspace (#10). | ||
|
||
## [1.0.0] - 2024-05-27 | ||
|
||
### Added | ||
|
||
- Initial public release (#22). | ||
|
||
## References | ||
|
||
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). | ||
|
||
|
||
[1.0.1]: https://github.com/ferrocene/criticalup/compare/v1.0.0...v1.0.1 | ||
[1.0.0]: https://github.com/ferrocene/criticalup/compare/v1.0.0...v1.0.0-prerelease.1 |
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
5 changes: 1 addition & 4 deletions
5
crates/criticalup-cli/tests/snapshots/cli__root__version_flags.snap
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 |
---|---|---|
@@ -1,15 +1,12 @@ | ||
--- | ||
source: crates/criticalup-cli/tests/cli/root.rs | ||
assertion_line: 36 | ||
expression: repr | ||
|
||
--- | ||
exit: exit status: 0 | ||
|
||
empty stdout | ||
|
||
stderr | ||
------ | ||
criticalup-test 0.0.0 | ||
criticalup-test 1.0.1 | ||
------ | ||
|
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