File tree Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[package ]
22name = " spm-swift-package"
3- version = " 0.7 .0"
3+ version = " 0.8 .0"
44edition = " 2024"
55authors = [" João Lucas <joaolucasfp2001@gmail.com>" ]
66license = " MIT"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ snapshot_kind: text
55-- -
66SPM Swift Package
77🚀 You can create your Swift Package via the command line 🔨
8- v0 .7 .0
8+ v0 .8 .0
You can’t perform that action at this time.
0 commit comments