Skip to content

Commit

Permalink
Bumped to 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
brainandforce committed Oct 30, 2023
1 parent 33cba85 commit 5d2e9dc
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.12]: 2023-10-30

### Added
- New `min_energy` and `max_energy` functions for `PlanewaveWavefunction`.
- New internal `Electrum.dimension` function, which returns the type parameter of
Expand Down Expand Up @@ -131,6 +133,7 @@ provided `oneunit(T)` is defined.
Initial release of Electrum.jl

[Unreleased]: https://github.com/brainandforce/Electrum.jl
[0.1.12]: https://github.com/brainandforce/Electrum.jl/releases/tag/v0.1.12
[0.1.11]: https://github.com/brainandforce/Electrum.jl/releases/tag/v0.1.11
[0.1.10]: https://github.com/brainandforce/Electrum.jl/releases/tag/v0.1.10
[0.1.9]: https://github.com/brainandforce/Electrum.jl/releases/tag/v0.1.9
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = [
"Amber Lim <[email protected]>",
"Patrick Cross <[email protected]>"
]
version = "0.1.12-dev"
version = "0.1.12"

[deps]
ComputedFieldTypes = "459fdd68-db75-56b8-8c15-d717a790f88e"
Expand Down

2 comments on commit 5d2e9dc

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

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.12 -m "<description of version>" 5d2e9dc77bd95e03eb6ac2b9bd1b2df59ee490b6
git push origin v0.1.12

Please sign in to comment.