Skip to content

Commit

Permalink
Bumped to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
brainandforce committed Jul 13, 2023
1 parent aea47be commit 2707dc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 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.8]: 2023-07-13

### Fixed
- Import of abinit binary outputs have the correct basis vectors associated with the data

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Electrum"
uuid = "b7bf5f09-dce4-461b-b741-5180c76f4cfe"
authors = ["Brandon Flores <[email protected]>", "Amber Lim <[email protected]>", "Patrick Cross <[email protected]>"]
version = "0.1.8-dev"
version = "0.1.8"

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

2 comments on commit 2707dc8

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

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.8 -m "<description of version>" 2707dc889ab11b297e3de2d4047594ae92d4b202
git push origin v0.1.8

Please sign in to comment.