Skip to content

Commit

Permalink
Bumped to 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
brainandforce committed Nov 2, 2023
1 parent 1aaec7a commit 4cbefa1
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.14]: 2023-11-02

### Added
- New `RealBasis`/`ReciprocalBasis` constructors for `Electrum.ABINITHeader`.
- New constructor for an empty `PlanewaveWavefunction` with known `KPointMesh`.
Expand Down Expand Up @@ -147,6 +149,7 @@ provided `oneunit(T)` is defined.
Initial release of Electrum.jl

[Unreleased]: https://github.com/brainandforce/Electrum.jl
[0.1.14]: https://github.com/brainandforce/Electrum.jl/releases/tag/v0.1.14
[0.1.13]: https://github.com/brainandforce/Electrum.jl/releases/tag/v0.1.13
[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
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.14-dev"
version = "0.1.14"

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

2 comments on commit 4cbefa1

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

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.14 -m "<description of version>" 4cbefa141b0901a96c3209d04d559afd23970d28
git push origin v0.1.14

Please sign in to comment.