Skip to content

Commit

Permalink
Release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Sep 10, 2024
1 parent c737d99 commit 8d151cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

## [0.10.0] - 2024-09-10

Breaking notice:

- `AuthorName` and `AuthorEmail` have been deprecated. Expect them to be removed in the next version. They are replaced by a single question `Authors`, which receives a comma separated list. Additionally, the Code of Conduct used the `AuthorEmail`, and now it has its own question.
Expand All @@ -35,7 +37,7 @@ Breaking notice:

### Deprecated

- `AuthorName` and `AuthorEmail` have been removed.
- `AuthorName` and `AuthorEmail` have been deprecated in favour of `Authors`.

## [0.9.1] - 2024-07-24

Expand Down Expand Up @@ -355,7 +357,8 @@ Breaking notice:

<!-- Versions -->

[unreleased]: https://github.com/abelsiqueira/BestieTemplate.jl/compare/v0.9.1...HEAD
[unreleased]: https://github.com/abelsiqueira/BestieTemplate.jl/compare/v0.10.0...HEAD
[0.10.0]: https://github.com/abelsiqueira/BestieTemplate.jl/releases/tag/v0.10.0
[0.9.1]: https://github.com/abelsiqueira/BestieTemplate.jl/releases/tag/v0.9.1
[0.9.0]: https://github.com/abelsiqueira/BestieTemplate.jl/releases/tag/v0.9.0
[0.8.0]: https://github.com/abelsiqueira/BestieTemplate.jl/releases/tag/v0.8.0
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BestieTemplate"
uuid = "e5d671a7-4186-4f1a-bf88-c19b630da94f"
authors = ["Abel Soares Siqueira <[email protected]> and contributors"]
version = "0.9.1"
version = "0.10.0"

[deps]
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
Expand Down

4 comments on commit 8d151cf

@abelsiqueira
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

Release Notes

Breaking notice:

AuthorName and AuthorEmail have been deprecated. Expect them to be removed in the next version. They are replaced by a single question Authors, which receives a comma separated list. Additionally, the Code of Conduct used the AuthorEmail, and now it has its own question.

Added

Changed

Deprecated

  • AuthorName and AuthorEmail have been deprecated in favour of Authors.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/114904

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.10.0 -m "<description of version>" 8d151cfd78fe9a723b2bf4be5f620c4a05ac14ab
git push origin v0.10.0

@abelsiqueira
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

Release notes:

Breaking notice:

AuthorName and AuthorEmail have been deprecated. Expect them to be removed in the next version. They are replaced by a single question Authors, which receives a comma separated list. Additionally, the Code of Conduct used the AuthorEmail, and now it has its own question.

Added

Changed

Deprecated

  • AuthorName and AuthorEmail have been deprecated in favour of Authors.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/114904

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.10.0 -m "<description of version>" 8d151cfd78fe9a723b2bf4be5f620c4a05ac14ab
git push origin v0.10.0

Please sign in to comment.