Skip to content

Commit

Permalink
Bump BloqadeLattices to 0.2.1 (#657)
Browse files Browse the repository at this point in the history
* Bump BloqadeLattices to 0.2.1

* Bump BloqadeLattices to 0.2.1 in Project.toml and Bloqade to 0.2.2
  • Loading branch information
johnzl-777 committed Jan 22, 2024
1 parent 4649cc5 commit 6c4dcab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Bloqade"
uuid = "bd27d05e-4ce1-5e79-84dd-c5d7d508bbe1"
version = "0.2.1"
version = "0.2.2"

[deps]
BloqadeExpr = "bd27d05e-4ce1-5e79-84dd-c5d7d508abe2"
Expand All @@ -21,7 +21,7 @@ YaoSubspaceArrayReg = "bd27d05e-4ce1-5e79-84dd-c5d7d508ade2"
[compat]
BloqadeExpr = "0.2"
BloqadeKrylov = "0.2"
BloqadeLattices = "0.2"
BloqadeLattices = "0.2.1"
BloqadeMIS = "0.2"
BloqadeODE = "0.2"
BloqadeWaveforms = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion lib/BloqadeLattices/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "BloqadeLattices"
uuid = "bd27d05e-4ce1-5e79-84dd-c5d7d508bbe4"
version = "0.2.0"
version = "0.2.1"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down

4 comments on commit 6c4dcab

@johnzl-777
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register branch=master subdir=lib/BloqadeLattices

Release notes:

Release Notes

Fixed an issue where terminal pretty printing of AtomList would fail with coordinates that only had a single value

@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/99334

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 BloqadeLattices-v0.2.1 -m "<description of version>" 6c4dcabfec29c5193f72c14ec63ec5d14bcad275
git push origin BloqadeLattices-v0.2.1

@johnzl-777
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register branch=master

Release notes:

Release Note

Update to

  • BloqadeLattices -> v0.2.1

@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/99336

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.2.2 -m "<description of version>" 6c4dcabfec29c5193f72c14ec63ec5d14bcad275
git push origin v0.2.2

Please sign in to comment.