Skip to content

Commit

Permalink
chore: release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noaione committed Jan 1, 2025
1 parent 7a2be59 commit f2fd6c5
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 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.6.1"
Example: "0.7.0"
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.1](https://github.com/noaione/tosho-mango/releases)**.
- label: I have updated the app to version **[0.7.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.6.1](https://github.com/noaione/tosho-mango/releases)**.
- label: I have updated the app to version **[0.7.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.6.1](https://github.com/noaione/tosho-mango/releases)**.
- label: I have updated the app to version **[0.7.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.6.1](https://github.com/noaione/tosho-mango/releases)**.
- label: I have updated the app to version **[0.7.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
4 changes: 4 additions & 0 deletions 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

Nothing yet!

## [0.7.0] (2025-01-01)
### Breaking Changes
- Create a new `Error` type for all sources, this replace `anyhow` error type.
This should give more consistent error handling across all sources.
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 @@ -13,7 +13,7 @@ members = [
]

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

0 comments on commit f2fd6c5

Please sign in to comment.