Skip to content

Commit

Permalink
Merge #42
Browse files Browse the repository at this point in the history
42: Release v1.1.0 r=Hoverbear a=amanjeev

Please see CHANGELOG.md for goodies in this release.

Co-authored-by: Amanjeev Sethi <[email protected]>
  • Loading branch information
bors-ferrocene[bot] and amanjeev authored Aug 28, 2024
2 parents f6e64d6 + 8f664b2 commit 87ffcb0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.1.0] - 2024-08-28

## Added

- Support for package revocation added, `criticalup install` will verify packages have not been
Expand Down Expand Up @@ -52,6 +54,7 @@ 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).

[Unreleased]: https://github.com/ferrocene/criticalup/compare/v1.0.2...HEAD
[1.1.0]: https://github.com/ferrocene/criticalup/compare/v1.1.0...v1.0.2
[1.0.2]: https://github.com/ferrocene/criticalup/compare/v1.0.1...v1.0.2
[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 = "1.0.2"
version = "1.1.0"
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
Expand Up @@ -8,5 +8,5 @@ empty stdout

stderr
------
criticalup-test 1.0.2
criticalup-test 1.1.0
------
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.2"
version = "1.1.0"
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.2"
version = "1.1.0"
edition = "2021"
authors = ["The CriticalUp Developers"]
description = "Ferrocene toolchain manager"
Expand Down

0 comments on commit 87ffcb0

Please sign in to comment.