Skip to content

Commit

Permalink
chore: release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noaione committed May 20, 2024
1 parent 339fdd5 commit 45d49c3
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/01_report_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ body:
description: |
You can find your `tosho` version with `tosho -V` in a terminal.
placeholder: |
Example: "0.4.3"
Example: "0.5.0"
validations:
required: true

Expand Down Expand Up @@ -106,7 +106,7 @@ body:
required: true
- label: I have written a short but informative title.
required: true
- label: I have updated the app to version **[0.4.3](https://github.com/noaione/tosho-mango/releases)**.
- label: I have updated the app to version **[0.5.0](https://github.com/noaione/tosho-mango/releases)**.
required: true
- label: I will fill out all of the requested information in this form.
required: true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02_feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body:
required: true
- label: I have written a short but informative title.
required: true
- label: I have updated the app to version **[0.4.3](https://github.com/noaione/tosho-mango/releases)**.
- label: I have updated the app to version **[0.5.0](https://github.com/noaione/tosho-mango/releases)**.
required: true
- label: This is not a source request rather request for a new feature in the Core app.
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/03_source_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ body:
required: true
- label: I have written a short but informative title.
required: true
- label: I have updated the app to version **[0.4.3](https://github.com/noaione/tosho-mango/releases)**.
- label: I have updated the app to version **[0.5.0](https://github.com/noaione/tosho-mango/releases)**.
required: true
- label: This is not a feature request rather request for a new source to be added.
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/04_questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body:
required: true
- label: I have written a short but informative title.
required: true
- label: I have updated the app to version **[0.4.3](https://github.com/noaione/tosho-mango/releases)**.
- label: I have updated the app to version **[0.5.0](https://github.com/noaione/tosho-mango/releases)**.
required: true
- label: I will fill out all of the requested information in this form.
required: true
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Starting from Rust port of the project, all changes will be put into this file.

## Unreleased (git master)

Nothing yet!

## [0.5.0] (2024-05-20)
### New Features
- Add **`M+`** as a new source
- `MU`: Support downloading with subscriptions
Expand Down Expand Up @@ -92,7 +96,7 @@ argument list: `tosho km download 10007 --parallel`
### Changes
- Self update now should support windows zip properly.

## [0.3.2] 2024-02-17
## [0.3.2] 2024-02-17 (YANKED)
### Changes
- `SJ`: Properly login with requested platform.
- `SJ`: Make `DATA_VERSION_CODE` optional when sending requests
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
Expand Up @@ -12,7 +12,7 @@ members = [
]

[workspace.package]
version = "0.5.0-dev"
version = "0.5.0"
edition = "2021"
authors = ["noaione <noaione@n4o.xyz>"]
license = "MIT"
Expand Down

0 comments on commit 45d49c3

Please sign in to comment.