Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Feb 15, 2022
1 parent fae9aa0 commit 2d57dc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Krotov"
uuid = "b05dcdc7-62f6-4360-bf2c-0898bba419de"
authors = ["Michael Goerz <[email protected]>"]
version = "0.1.0+dev"
version = "0.1.1"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -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"
5 changes: 5 additions & 0 deletions docs/src/history.md
Original file line number Diff line number Diff line change
@@ -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

2 comments on commit 2d57dc8

@goerz
Copy link
Member Author

@goerz goerz commented on 2d57dc8 Feb 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/54651

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.1 -m "<description of version>" 2d57dc81ad58a893516d447f392ea6b318a0c142
git push origin v0.1.1

Please sign in to comment.