Skip to content

Commit 6bc6e38

Browse files
Bump to v0.30.0 (#446)
1 parent a07b991 commit 6bc6e38

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased](https://github.com/qutip/QuantumToolbox.jl/tree/main)
99

10+
## [v0.30.0]
11+
Release date: 2025-04-12
12+
1013
- Make CUDA conversion more general using Adapt.jl. ([#436], [#437])
1114
- Make the generation of `fock` states non-mutating to support Zygote.jl. ([#438])
1215
- Remove Reexport.jl from the dependencies. ([#443])
@@ -137,6 +140,7 @@ Release date: 2024-11-13
137140
[v0.28.0]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.28.0
138141
[v0.29.0]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.29.0
139142
[v0.29.1]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.29.1
143+
[v0.30.0]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.30.0
140144
[#86]: https://github.com/qutip/QuantumToolbox.jl/issues/86
141145
[#139]: https://github.com/qutip/QuantumToolbox.jl/issues/139
142146
[#271]: https://github.com/qutip/QuantumToolbox.jl/issues/271

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "QuantumToolbox"
22
uuid = "6c2fb7c5-b903-41d2-bc5e-5a7c320b9fab"
33
authors = ["Alberto Mercurio", "Yi-Te Huang"]
4-
version = "0.29.1"
4+
version = "0.30.0"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

0 commit comments

Comments
 (0)