Skip to content

Commit

Permalink
Merge #82
Browse files Browse the repository at this point in the history
82: Release 1.3.0 r=amanjeev a=amanjeev



Co-authored-by: Amanjeev Sethi <amanjeev.sethi@ferrous-systems.com>
  • Loading branch information
bors-ferrocene[bot] and amanjeev authored Jan 30, 2025
2 parents bbab6f8 + 0d51f62 commit 7b7f1ad
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

All notable changes to this project will be documented in this file.

## [Unreleased]
## [1.3.0] - 2025-01-30

### Changed

Expand Down Expand Up @@ -85,7 +85,9 @@ All notable changes to this project will be documented in this file.
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.2.0...HEAD
[Unreleased]: https://github.com/ferrocene/criticalup/compare/v1.3.0...HEAD

[1.3.0]: https://github.com/ferrocene/criticalup/compare/v1.2.0...v1.3.0

[1.2.0]: https://github.com/ferrocene/criticalup/compare/v1.1.0...v1.2.0

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

0 comments on commit 7b7f1ad

Please sign in to comment.