Skip to content

Commit

Permalink
Release v0.2.1 (#21)
Browse files Browse the repository at this point in the history
# Changelog

## [0.2.1] - 2024-04-02
### Details
#### Changed
- Bump peter-evans/create-pull-request from 5 to 6 (#15) by
@dependabot[bot] in #15
- Bump softprops/action-gh-release from 1 to 2 (#16) by @dependabot[bot]
in #16
- Bump mathieudutour/github-tag-action from 6.1 to 6.2 (#17) by
@dependabot[bot] in #17
- Added cargo-deny, enabled pedantic clippy, upgraded dependencies (#18)
by @nikarh in #18
- Added option to skip stripping elf (#20) by @nikarh in #20

#### Fixed
- Fixed publish pipeline permissions by @nikarh
- Better error message when vita-parse-core is not found (#19) by
@nikarh in #19

Co-authored-by: nikarh <[email protected]>
  • Loading branch information
vita-rust-bot[bot] and nikarh authored Apr 2, 2024
1 parent 42d93f7 commit 8b1272c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ 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.1] - 2024-04-02
### Details
#### Changed
- Bump peter-evans/create-pull-request from 5 to 6 (#15) by @dependabot[bot] in #15
- Bump softprops/action-gh-release from 1 to 2 (#16) by @dependabot[bot] in #16
- Bump mathieudutour/github-tag-action from 6.1 to 6.2 (#17) by @dependabot[bot] in #17
- Added cargo-deny, enabled pedantic clippy, upgraded dependencies (#18) by @nikarh in #18
- Added option to skip stripping elf (#20) by @nikarh in #20

#### Fixed
- Fixed publish pipeline permissions by @nikarh
- Better error message when vita-parse-core is not found (#19) by @nikarh in #19


## [0.2.0] - 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.2.0"
version = "0.2.1"
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 8b1272c

Please sign in to comment.