Skip to content

Commit afded9a

Browse files
authored
Bump version to v0.21.5 (#309)
* bump version to `v0.21.5` * bump version to `v0.21.5`
1 parent 796d8f1 commit afded9a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

1010
- *__We will start to write changelog once we have the first standard release.__*
1111

12+
## [v0.21.5] (2024-11-15)
13+
14+
- This is a demonstration of how to bump version number and also modify `CHANGELOG.md` before new release. ([#309])
15+
1216
## [v0.21.4] (2024-11-13)
1317

1418
- This is just a demonstration about [`Changelog.jl`](https://github.com/JuliaDocs/Changelog.jl). ([#139], [#306])
@@ -19,3 +23,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1923
[v0.21.4]: https://github.com/qutip/QuantumToolbox.jl/releases/tag/v0.21.4
2024
[#139]: https://github.com/qutip/QuantumToolbox.jl/issues/139
2125
[#306]: https://github.com/qutip/QuantumToolbox.jl/issues/306
26+
[#309]: https://github.com/qutip/QuantumToolbox.jl/issues/309

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.21.4"
4+
version = "0.21.5"
55

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

0 commit comments

Comments
 (0)