diff --git a/Project.toml b/Project.toml index 5c1766c..278a32f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Krotov" uuid = "b05dcdc7-62f6-4360-bf2c-0898bba419de" authors = ["Michael Goerz "] -version = "0.1.0+dev" +version = "0.1.1" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" @@ -12,6 +12,6 @@ QuantumControlBase = "f10a33bc-5a64-497c-be7b-6f86b4f0c2aa" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] -QuantumControlBase = ">=0.1.0" +QuantumControlBase = "0.2.0" ConcreteStructs = "^0.2" julia = "1.6" diff --git a/docs/src/history.md b/docs/src/history.md index 4981a84..ae66713 100644 --- a/docs/src/history.md +++ b/docs/src/history.md @@ -1,5 +1,10 @@ # History +## 0.1.1 (2022-02-14) + +* Drop direct dependency on QuantumPropagators +* Update documentation + ## 0.1.0 (2022-02-07) First public release