Skip to content

Commit

Permalink
Bumped version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brainandforce committed Jun 26, 2023
1 parent 9bc992c commit 3dd1358
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.1.2]: 2023-06-26

### Added
- `partial_derivative()`, `gradient()`, and `directional_derivative()` functions for real space
Expand All @@ -28,5 +28,6 @@ provided `oneunit(T)` is defined.
Initial release of Electrum.jl

[Unreleased]: https://github.com/brainandforce/Electrum.jl
[0.1.2]: https://github.com/brainandforce/Electrum.jl/releases/tag/v0.1.2
[0.1.1]: https://github.com/brainandforce/Electrum.jl/releases/tag/v0.1.1
[0.1.0]: https://github.com/brainandforce/Electrum.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 = "Electrum"
uuid = "b7bf5f09-dce4-461b-b741-5180c76f4cfe"
authors = ["Brandon Flores <[email protected]>", "Amber Lim <[email protected]>", "Patrick Cross <[email protected]>"]
version = "0.1.2-dev"
version = "0.1.2"

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

2 comments on commit 3dd1358

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

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.2 -m "<description of version>" 3dd1358f83ac0d1b5db4153091384fff7277484a
git push origin v0.1.2

Please sign in to comment.