Skip to content

Commit

Permalink
Release 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Sep 25, 2024
1 parent 4981f2d commit a3a95e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 63 deletions.
61 changes: 0 additions & 61 deletions .github/workflows/CI-release.yml

This file was deleted.

4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "QuantumControl"
uuid = "8a270532-f23f-47a8-83a9-b33d10cad486"
authors = ["Michael Goerz <[email protected]>"]
version = "0.11.0+dev"
version = "0.11.1"

[deps]
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Expand Down Expand Up @@ -30,6 +30,6 @@ JLD2 = "0.4, 0.5"
LinearAlgebra = "1"
Logging = "1"
Printf = "1"
QuantumPropagators = ">=0.8.1"
QuantumPropagators = "0.8.2"
Zygote = "0.6"
julia = "1.9"

2 comments on commit a3a95e7

@goerz
Copy link
Member Author

@goerz goerz commented on a3a95e7 Sep 25, 2024

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/115923

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.11.1 -m "<description of version>" a3a95e7b911a336f8a921d6aa8890ed192c2f53a
git push origin v0.11.1

Please sign in to comment.