Skip to content

Commit 708796e

Browse files
committed
Release 1.0.0
1 parent f6b3d12 commit 708796e

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

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

1212
For releases pre-1.0, see the [GitHub Releases](https://github.com/JuliaQuantumControl/GRAPE.jl/releases).
1313

14-
## [Unreleased]
14+
## Version [1.0.0] — 2025-10-30
1515

16-
[Unreleased]: https://github.com/JuliaQuantumControl/GRAPE.jl/compare/v0.7.5...HEAD
16+
Initial stable release. No breaking changes compared to version [0.8.1].
17+
18+
[Unreleased]: https://github.com/JuliaQuantumControl/GRAPE.jl/compare/v1.0.0l..HEAD
19+
[1.0.0]: https://github.com/JuliaQuantumControl/GRAPE.jl/releases/tag/v1.0.0
20+
[0.8.1]: https://github.com/JuliaQuantumControl/GRAPE.jl/releases/tag/v0.8.1

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GRAPE"
22
uuid = "6b52fcaf-80fe-489a-93e9-9f92080510be"
33
authors = ["Michael Goerz <[email protected]>"]
4-
version = "0.8.1+dev"
4+
version = "1.0.0"
55

66
[deps]
77
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
@@ -24,7 +24,7 @@ LBFGSB = "0.4"
2424
LinearAlgebra = "1"
2525
Optim = "1"
2626
Printf = "1"
27-
QuantumControl = ">=0.11.1"
28-
QuantumGradientGenerators = ">=0.1.8"
27+
QuantumControl = "0.11.1"
28+
QuantumGradientGenerators = "0.1.8"
2929
SciMLPublic = "1.0.0"
3030
julia = "1.9"

0 commit comments

Comments
 (0)