Skip to content

Commit

Permalink
Merge #24
Browse files Browse the repository at this point in the history
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
bors-ferrocene[bot] and amanjeev authored May 29, 2024
2 parents fa603f2 + 23af253 commit b5f9719
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 10 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
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
6 changes: 3 additions & 3 deletions 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 crates/criticalup-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "criticalup-cli"
version = "0.0.0"
version = "1.0.1"
edition = "2021"
repository = "https://github.com/ferrocene/criticalup"
homepage = "https://github.com/ferrocene/criticalup"
Expand Down
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
------

2 changes: 1 addition & 1 deletion crates/criticalup-dev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "criticalup-dev"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion crates/criticalup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "criticalup"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
authors = ["The CriticalUp Developers"]
description = "Ferrocene toolchain manager"
Expand Down

0 comments on commit b5f9719

Please sign in to comment.