Skip to content

Commit 8b1272c

Browse files
Release v0.2.1 (#21)
# 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 <5517011+nikarh@users.noreply.github.com>
1 parent 42d93f7 commit 8b1272c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.2.1] - 2024-04-02
8+
### Details
9+
#### Changed
10+
- Bump peter-evans/create-pull-request from 5 to 6 (#15) by @dependabot[bot] in #15
11+
- Bump softprops/action-gh-release from 1 to 2 (#16) by @dependabot[bot] in #16
12+
- Bump mathieudutour/github-tag-action from 6.1 to 6.2 (#17) by @dependabot[bot] in #17
13+
- Added cargo-deny, enabled pedantic clippy, upgraded dependencies (#18) by @nikarh in #18
14+
- Added option to skip stripping elf (#20) by @nikarh in #20
15+
16+
#### Fixed
17+
- Fixed publish pipeline permissions by @nikarh
18+
- Better error message when vita-parse-core is not found (#19) by @nikarh in #19
19+
20+
721
## [0.2.0] - 2024-01-12
822
### Details
923
#### Changed

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 = "cargo-vita"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
description = "Cargo wrapper for developing Sony PlayStation Vita homebrew apps"
66
repository = "https://github.com/vita-rust/cargo-vita"

0 commit comments

Comments
 (0)