Skip to content

Commit

Permalink
Release 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Jan 17, 2024
1 parent 01d0c61 commit 70f830f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Michael Goerz <mail@michaelgoerz.net>, Alastair Marshall <alastair@nvision-imaging.com>, and contributors
Copyright (c) 2024 Michael Goerz <mail@michaelgoerz.net>, and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 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 <mail@michaelgoerz.net>"]
version = "0.8.2+dev"
version = "0.8.3"

[deps]
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Expand All @@ -20,11 +20,11 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
FileIO = "1"
FiniteDifferences = "0.12"
GRAPE = ">=0.5.7"
GRAPE = "0.5.7"
IOCapture = "0.2.4"
JLD2 = "0.4"
Krotov = ">=0.5.5"
QuantumControlBase = ">=0.8.5"
QuantumPropagators = ">=0.7.2"
Krotov = "0.5.5"
QuantumControlBase = "0.8.5"
QuantumPropagators = "0.7.2"
Zygote = "0.6"
julia = "1.9"

2 comments on commit 70f830f

@goerz
Copy link
Member Author

@goerz goerz commented on 70f830f Jan 17, 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/99060

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.8.3 -m "<description of version>" 70f830f6219cffeb4c4b910a1ee0ee2371c48d63
git push origin v0.8.3

Please sign in to comment.