Skip to content

Commit

Permalink
chore: release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noaione committed Aug 13, 2024
1 parent b3e7f6a commit 4bcbe53
Show file tree
Hide file tree
Showing 7 changed files with 8 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 @@ -64,7 +64,7 @@ body:
Or this is the library version if you're reporting library-specific issues.
placeholder: |
Example: "0.5.2"
Example: "0.6.1"
validations:
required: true

Expand Down Expand Up @@ -111,7 +111,7 @@ body:
required: true
- label: I have written a short but informative title.
required: true
- label: I have updated the app to version **[0.6.0](https://github.com/noaione/tosho-mango/releases)**.
- label: I have updated the app to version **[0.6.1](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.6.0](https://github.com/noaione/tosho-mango/releases)**.
- label: I have updated the app to version **[0.6.1](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.6.0](https://github.com/noaione/tosho-mango/releases)**.
- label: I have updated the app to version **[0.6.1](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.6.0](https://github.com/noaione/tosho-mango/releases)**.
- label: I have updated the app to version **[0.6.1](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 CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Starting from Rust port of the project, all changes will be put into this file.

## Unreleased (git master)
## [0.6.1] (2024-08-13)
### Changes
- Fix issue with manual merging `Ctrl+C` handling not working properly

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.6.0"
version = "0.6.1"
edition = "2021"
authors = ["noaione <noaione@n4o.xyz>"]
license = "MIT"
Expand Down

0 comments on commit 4bcbe53

Please sign in to comment.