Skip to content

Commit 0389236

Browse files
committed
Prepare version to 0.9.0
1 parent 8b818d6 commit 0389236

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## Version 0.9.0
4+
**2025-11-17**
5+
6+
- chore(deps): update Rust crate clap to v4.5.52 by @renovatebot (#175)
7+
- chore(deps): update SwiftLintPlugin to 0.62.2 (was 0.61.0) by @joaolfp (#176)
8+
39
## Version 0.8.1
410
**2025-11-14**
511

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66
resolver = "2"
77

88
[workspace.package]
9-
version = "0.8.1"
9+
version = "0.9.0"
1010
edition = "2024"
1111
license = "MIT"
1212
authors = ["João Lucas <joaolucasfp2001@gmail.com>"]

crates/cli/src/presentation/header.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use colored::{Color, Colorize};
44
pub struct Header;
55

66
impl Header {
7-
const VERSION: &'static str = "0.8.1";
7+
const VERSION: &'static str = "0.9.0";
88

99
pub fn show() -> String {
1010
Self::check_version();

0 commit comments

Comments
 (0)