diff --git a/CHANGELOG.md b/CHANGELOG.md index 9113b4f..aef4c2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.0] - 2024-01-12 +### Details +#### Changed +- Replaced unmaintained ftp crate with its fork suppaftp (#8) +- Use log crate for cargo-vita output (#7) +- Disabled no-log feature of suppaftp +- Added logs sumbcommand to edit PrincessLog config remotely (#10) +- Add rust-src component to recommended rust-toolchain.toml (#11) +- Added CI jobs for CD (#12) +- Added dependabot.yml +- Updated dependecies + +#### Fixed +- Fixed name of the publish job + + ## [0.1.11] - 2024-01-12 ### Details #### Changed diff --git a/Cargo.lock b/Cargo.lock index 44dd41b..1e0860c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -163,7 +163,7 @@ dependencies = [ [[package]] name = "cargo-vita" -version = "0.1.11" +version = "0.2.0" dependencies = [ "anyhow", "cargo_metadata", diff --git a/Cargo.toml b/Cargo.toml index b2c3fef..ce48838 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-vita" -version = "0.1.11" +version = "0.2.0" edition = "2021" description = "Cargo wrapper for developing Sony PlayStation Vita homebrew apps" repository = "https://github.com/vita-rust/cargo-vita"