Skip to content

Commit 2cd75d8

Browse files
committed
Prepare version to v0.8.0
1 parent 07abb0f commit 2cd75d8

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG.md

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

3+
## Version 0.8.0
4+
**2025-10-19**
5+
6+
- refactor: change SwiftLint mise to Plugin by @joaolfp (#164)
7+
- chore(deps): update Rust crate clap to v4.5.49 by @renovatebot (#160)
8+
- chore(deps): update Rust crate httpmock to v0.8.2 by @renovatebot (#163)
9+
- chore(deps): update Rust crate tokio to v1.48.0 by @renovatebot (#162)
10+
- chore(deps): update Rust crate serde to v1.0.228 by @renovatebot (#159)
11+
- chore(deps): update rust to v1.90.0 to v1.90.0 by @renovatebot (#152)
12+
313
## Version 0.7.0
414
**2025-09-17**
515

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "spm-swift-package"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2024"
55
authors = ["João Lucas <joaolucasfp2001@gmail.com>"]
66
license = "MIT"

src/presentation/header.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ impl Header {
1717
let header = format!(
1818
"\n{}\n\
1919
🚀 You can create your Swift Package via the command line 🔨\n\
20-
v0.7.0\n",
20+
v0.8.0\n",
2121
header.color(orange)
2222
);
2323

tests/snapshots/header_snapshot_tests__show_header_snapshot.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ snapshot_kind: text
55
---
66
SPM Swift Package
77
🚀 You can create your Swift Package via the command line 🔨
8-
v0.7.0
8+
v0.8.0

0 commit comments

Comments
 (0)