Skip to content

Commit

Permalink
Release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Feb 23, 2024
1 parent 5fe4212 commit 974f6fc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

## [0.2.5] - 2024-02-23

### Fixed

- nightly key was duplicated (#49)

## [0.2.4] - 2023-12-21

### Fixed

- pipx link changed
- nightly key was duplicated (#49)

## [0.2.3] - 2023-10-31

Expand Down Expand Up @@ -146,8 +151,9 @@ and this project adheres to [Semantic Versioning].

<!-- Versions -->
<!-- markdown-link-check-disable -->
[unreleased]: https://github.com/abelsiqueira/COPIERTemplate.jl/compare/v0.2.4...HEAD
[0.2.4]: https://github.com/abelsiqueira/COPIERTemplate.jl/compare/v0.2.4...HEAD
[unreleased]: https://github.com/abelsiqueira/COPIERTemplate.jl/compare/v0.2.5...HEAD
[0.2.5]: https://github.com/abelsiqueira/COPIERTemplate.jl/compare/v0.2.5...HEAD
[0.2.4]: https://github.com/abelsiqueira/COPIERTemplate.jl/releases/tag/v0.2.4
[0.2.3]: https://github.com/abelsiqueira/COPIERTemplate.jl/releases/tag/v0.2.3
[0.2.2]: https://github.com/abelsiqueira/COPIERTemplate.jl/releases/tag/v0.2.2
[0.2.1]: https://github.com/abelsiqueira/COPIERTemplate.jl/releases/tag/v0.2.1
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 = "COPIERTemplate"
uuid = "5022dd56-1d41-4538-9f4c-b20739ff8283"
authors = ["Abel Soares Siqueira <[email protected]> and contributors"]
version = "0.2.4"
version = "0.2.5"

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

2 comments on commit 974f6fc

@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:

Fixed

nightly key was duplicated (#49)

@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/101540

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.2.5 -m "<description of version>" 974f6fce6a0b3ff9d86ee36f3f9f6d12da4e2230
git push origin v0.2.5

Please sign in to comment.