Skip to content

Commit

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

## [Unreleased]

## [0.1.13]: 2023-10-31

The developers would like to wish you a happy Halloween!

### Fixed
- `readDOSCAR`, `readPROCAR`, and `get_fermi` now return energies in Hartree rather than eV.

Expand All @@ -17,7 +21,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- New internal `Electrum.dimension` function, which returns the type parameter of
`Electrum.DataSpace{D}` (usually a number). For objects and types with a `Electrum.DataSpace` trait,
this returns the associated dimension object.
- Fallback defintion for `Electrum.DataSpace(::Type{T}) where T`
- Provided a fallback defintion for `Electrum.DataSpace(::Type{T}) where T`.

### Fixed
- `BySpace{D}` did not subtype `DataSpace{D}`.
Expand Down Expand Up @@ -136,6 +140,7 @@ provided `oneunit(T)` is defined.
Initial release of Electrum.jl

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

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

2 comments on commit 3cb623d

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

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.13 -m "<description of version>" 3cb623db91c3dedba21a70d863d6fa9a9bd78211
git push origin v0.1.13

Please sign in to comment.