Skip to content

Commit

Permalink
Bumped to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brainandforce committed Jun 1, 2024
1 parent e398a21 commit dc60bf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.2] - 2024-05-31

### Added
- `Base.float` and `Base.big` definitions for `AbstractCliffordNumber` types and instances.
- `Base.literal_pow` definitions for `AbstractCliffordNumber` instances raised to constant powers,
Expand All @@ -30,5 +32,6 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Initial release of CliffordNumbers.jl

[Unreleased]: https://github.com/brainandforce/CliffordNumbers.jl
[0.1.2]: https://github.com/brainandforce/CliffordNumbers.jl/releases/tag/v0.1.2
[0.1.1]: https://github.com/brainandforce/CliffordNumbers.jl/releases/tag/v0.1.1
[0.1.0]: https://github.com/brainandforce/CliffordNumbers.jl/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CliffordNumbers"
uuid = "3998ac73-6bd4-4031-8035-f167dd3ed523"
authors = ["Brandon Flores"]
version = "0.1.2-dev"
version = "0.1.2"

[compat]
Aqua = "0.8"
Expand Down

2 comments on commit dc60bf4

@brainandforce
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
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/108057

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.1.2 -m "<description of version>" dc60bf408441918c268befd2371ff3543800fbfd
git push origin v0.1.2

Please sign in to comment.