Skip to content

Commit

Permalink
Release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Jul 7, 2024
1 parent 7e65b1c commit aa24aa6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,22 @@ and this project adheres to [Semantic Versioning].

<!-- markdownlint-disable MD024 -->

## Unreleased
## [Unreleased]

- Fixed typos in the template for README.md
## [0.7.2] - 2024-07-07

### Added

- Add example to the generated package src and test (#299)

### Changed

- Fixed typos in the template for README.md (#327)
- Simplify Cirrus CI (PR #332)

### Fixed

- Lint.yml was missing from minimum options (#317)

## [0.7.1] - 2024-07-02

Expand Down Expand Up @@ -283,6 +296,8 @@ and this project adheres to [Semantic Versioning].

<!-- Versions -->

[unreleased]: https://github.com/abelsiqueira/BestieTemplate.jl/compare/v0.7.2...HEAD
[0.7.2]: https://github.com/abelsiqueira/BestieTemplate.jl/releases/tag/v0.7.2
[0.7.1]: https://github.com/abelsiqueira/BestieTemplate.jl/releases/tag/v0.7.1
[0.7.0]: https://github.com/abelsiqueira/BestieTemplate.jl/releases/tag/v0.7.0
[0.6.1]: https://github.com/abelsiqueira/BestieTemplate.jl/releases/tag/v0.6.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 = "BestieTemplate"
uuid = "e5d671a7-4186-4f1a-bf88-c19b630da94f"
authors = ["Abel Soares Siqueira <[email protected]> and contributors"]
version = "0.7.1"
version = "0.7.2"

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

0 comments on commit aa24aa6

Please sign in to comment.