diff --git a/CHANGELOG.md b/CHANGELOG.md index 54d1c580f..64145e2db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://github.com/qutip/QuantumToolbox.jl/tree/main) +## [v0.32.1] +Release date: 2025-06-24 + +This is a release just for updating documentation. + ## [v0.32.0] Release date: 2025-06-23 @@ -172,6 +177,7 @@ Release date: 2024-11-13 [v0.31.0]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.31.0 [v0.31.1]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.31.1 [v0.32.0]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.32.0 +[v0.32.1]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.32.1 [#86]: https://github.com/qutip/QuantumToolbox.jl/issues/86 [#139]: https://github.com/qutip/QuantumToolbox.jl/issues/139 [#271]: https://github.com/qutip/QuantumToolbox.jl/issues/271 diff --git a/Project.toml b/Project.toml index a3085abb7..5d2435573 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "QuantumToolbox" uuid = "6c2fb7c5-b903-41d2-bc5e-5a7c320b9fab" authors = ["Alberto Mercurio", "Yi-Te Huang"] -version = "0.32.0" +version = "0.32.1" [deps] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"