Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed Apr 1, 2023
1 parent eb76cf8 commit b2eff70
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Graphs = "1.7.3"
QSymbolicsBase = "0.1.1"
QSymbolicsClifford = "0.1.0"
QSymbolicsOptics = "0.1.1"
QuantumClifford = "0.6.4"
QuantumClifford = "0.7"
QuantumInterface = "0.1.0"
QuantumOpticsBase = "0.3.8"
Reexport = "1.2.2"
Expand Down
2 changes: 1 addition & 1 deletion QSymbolicsClifford/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ TermInterface = "8ea1fca8-c5ef-4a55-8b96-4e9afe9c9a3c"

[compat]
QSymbolicsBase = "0.1.0"
QuantumClifford = "0.6.4"
QuantumClifford = "0.7"
QuantumInterface = "0.1.0"
Reexport = "1.2.2"
SnoopPrecompile = "1"
Expand Down
4 changes: 4 additions & 0 deletions QSymbolicsOptics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# News

## v0.1.2

- Minor internal code reorganization (moving some `express` functionality to `QSymbolicsBase`)

## v0.1.1

- Bosonic states basis and common states and operators.
Expand Down
4 changes: 2 additions & 2 deletions QSymbolicsOptics/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "QSymbolicsOptics"
uuid = "3c38c10f-068b-409d-8b1c-aa4375858705"
authors = ["QuantumSymbolics.jl contributors"]
version = "0.1.1"
version = "0.1.2"

[deps]
QSymbolicsBase = "a8697a1a-c835-4068-9491-e8abc49d0056"
Expand All @@ -13,7 +13,7 @@ SnoopPrecompile = "66db9d55-30c0-4569-8b51-7e840670fc0c"
TermInterface = "8ea1fca8-c5ef-4a55-8b96-4e9afe9c9a3c"

[compat]
QSymbolicsBase = "0.1.1"
QSymbolicsBase = "0.1.2"
QuantumInterface = "0.1.0"
QuantumOptics = "1.0.5"
QuantumOpticsBase = "0.3.8"
Expand Down

6 comments on commit b2eff70

@Krastanov
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir=QSymbolicsBase

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

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 QSymbolicsBase-v0.1.2 -m "<description of version>" b2eff700e076cce64bf5c232ac9aea5eb9ea8ae6
git push origin QSymbolicsBase-v0.1.2

@Krastanov
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir=QSymbolicsOptics

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

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 QSymbolicsOptics-v0.1.2 -m "<description of version>" b2eff700e076cce64bf5c232ac9aea5eb9ea8ae6
git push origin QSymbolicsOptics-v0.1.2

@Krastanov
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir=QSymbolicsClifford

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Error while trying to register: "Tag with name QSymbolicsClifford-v0.1.0 already exists and points to a different commit"

Please sign in to comment.