Skip to content

Commit a3ec694

Browse files
author
Amanjeev Sethi
committed
Release v1.2.0.
1 parent 90a70ce commit a3ec694

File tree

6 files changed

+11
-9
lines changed

6 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

8-
## [Unreleased]
8+
## [1.2.0] - 2024-11-20
99

1010
### Changed
1111

@@ -66,7 +66,8 @@ All notable changes to this project will be documented in this file.
6666
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6767
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6868

69-
[Unreleased]: https://github.com/ferrocene/criticalup/compare/v1.0.2...HEAD
69+
[Unreleased]: https://github.com/ferrocene/criticalup/compare/v1.2.0...HEAD
70+
[1.2.0]: https://github.com/ferrocene/criticalup/compare/v1.1.0...v1.2.0
7071
[1.1.0]: https://github.com/ferrocene/criticalup/compare/v1.1.0...v1.0.2
7172
[1.0.2]: https://github.com/ferrocene/criticalup/compare/v1.0.1...v1.0.2
7273
[1.0.1]: https://github.com/ferrocene/criticalup/compare/v1.0.0...v1.0.1

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/criticalup-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "criticalup-cli"
6-
version = "1.1.0"
6+
version = "1.2.0"
77
edition = "2021"
88
repository = "https://github.com/ferrocene/criticalup"
99
homepage = "https://github.com/ferrocene/criticalup"
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
22
source: crates/criticalup-cli/tests/cli/root.rs
33
expression: repr
4+
snapshot_kind: text
45
---
56
exit: exit status: 0
67

78
empty stdout
89

910
stderr
1011
------
11-
criticalup-test 1.1.0
12+
criticalup-test 1.2.0
1213
------

crates/criticalup-dev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "criticalup-dev"
6-
version = "1.1.0"
6+
version = "1.2.0"
77
edition = "2021"
88
publish = false
99

crates/criticalup/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "criticalup"
6-
version = "1.1.0"
6+
version = "1.2.0"
77
edition = "2021"
88
authors = ["The CriticalUp Developers"]
99
description = "Ferrocene toolchain manager"

0 commit comments

Comments
 (0)