Skip to content

Commit

Permalink
Bumped to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brainandforce committed Jun 4, 2024
1 parent 7527e24 commit e6bc43f
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.3] - 2024-06-04

### Added
- Left complement (`left_complement()`) and right complement (`right_complement()`) of `BitIndex`
objects.
Expand Down Expand Up @@ -39,6 +41,7 @@ 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.3]: https://github.com/brainandforce/CliffordNumbers.jl/releases/tag/v0.1.3
[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.3-dev"
version = "0.1.3"

[compat]
Aqua = "0.8"
Expand Down

2 comments on commit e6bc43f

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

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.3 -m "<description of version>" e6bc43f7cee9207515a2e682e3299d6cd45e95a6
git push origin v0.1.3

Please sign in to comment.