Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikarh authored Jan 12, 2024
1 parent b51eb59 commit 8d186e0
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [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


16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 8d186e0

Please sign in to comment.