Skip to content

Commit

Permalink
Mark release
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarros committed Sep 11, 2024
1 parent 4205151 commit 47aad8c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Sunny"
uuid = "2b4a2ac8-8f8b-43e8-abf4-3cb0c45e8736"
authors = ["The Sunny team"]
version = "0.7.1"
version = "0.7.2"

[deps]
CrystalInfoFramework = "6007d9b0-c6b2-11e8-0510-1d10e825f3f1"
Expand Down
14 changes: 7 additions & 7 deletions docs/src/versions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Version History

## v0.7.2
(In development)
(Sep 11, 2024)

* Fix error in `SampledCorrelations` with a coarse ``𝐪``-grid. ([PR
#314](https://github.com/SunnySuite/Sunny.jl/pull/314)).
Expand Down Expand Up @@ -52,7 +52,7 @@ This **major release** introduces breaking interface changes.


## v0.6.1
(August 2, 2024)
(Aug 2, 2024)

* **Breaking changes**: [`magnetic_moment`](@ref) is now reported in units of
the Bohr magneton, ``μ_B``. For model systems where the Zeeman coupling aligns
Expand All @@ -64,7 +64,7 @@ This **major release** introduces breaking interface changes.
that can be obtained from `units.vacuum_permeability`.

## v0.6.0
(June 18, 2024)
(Jun 18, 2024)

* Various correctness fixes. The magnetic moment is now anti-aligned with the
spin dipole ([Issue 190](https://github.com/SunnySuite/Sunny.jl/issues/190)),
Expand All @@ -84,7 +84,7 @@ This **major release** introduces breaking interface changes.
positions.

## v0.5.11
(June 2, 2024)
(Jun 2, 2024)

* Fixes for Makie 0.21.

Expand Down Expand Up @@ -198,7 +198,7 @@ to work with deprecation warnings, but these will become hard errors Sunny v0.6.
al., [arXiv:2310.19905]](https://arxiv.org/abs/2310.19905).

## v0.5.5
(Sept 29, 2023)
(Sep 29, 2023)

* [`reshape_supercell`](@ref) now allows reshaping to multiples of the primitive
unit cell, which can speed up certain calculations. This is illustrated in the
Expand All @@ -210,7 +210,7 @@ to work with deprecation warnings, but these will become hard errors Sunny v0.6.
uniformly calculate a `3x3` matrix of complex numbers.

## v0.5.4
(Sept 11, 2023)
(Sep 11, 2023)

* Various enhancements to [`view_crystal`](@ref). Atoms are now labeled by
index, and bonds support interactive inspection (GLMakie only). Font sizes
Expand All @@ -228,7 +228,7 @@ to work with deprecation warnings, but these will become hard errors Sunny v0.6.
* Fix [`export_vtk`](@ref) functionality.

## v0.5.3
(Sept 8, 2023)
(Sep 8, 2023)

* Add `large_S_spin_operators` and `large_S_stevens_operators`
to support single-ion anisotropies in dipole mode without renormalization. Set
Expand Down

2 comments on commit 47aad8c

@kbarros
Copy link
Member 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/115032

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.7.2 -m "<description of version>" 47aad8c2c560f233b59441b9d9e3b48edd48e9ff
git push origin v0.7.2

Please sign in to comment.