Skip to content

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
weinbe58 committed Mar 7, 2023
1 parent 3bf7c0f commit 3f765be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.1.19"
version = "0.1.20"

[deps]
BloqadeExpr = "bd27d05e-4ce1-5e79-84dd-c5d7d508abe2"
Expand Down
2 changes: 1 addition & 1 deletion lib/BloqadeSchema/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "BloqadeSchema"
uuid = "a64e8dd8-bb5a-11ec-104d-290571fc3a8d"
version = "0.2.7"
version = "0.2.8"

[deps]
AWS = "fbe9abb3-538b-5e4e-ba9e-bc94f4f92ebc"
Expand Down
2 changes: 1 addition & 1 deletion lib/BloqadeWaveforms/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "BloqadeWaveforms"
uuid = "bd27d05e-4ce1-5e79-84dd-c5d7d508bbe7"
version = "0.1.6"
version = "0.1.7"

[deps]
BloqadeExpr = "bd27d05e-4ce1-5e79-84dd-c5d7d508abe2"
Expand Down

8 comments on commit 3f765be

@weinbe58
Copy link
Member Author

Choose a reason for hiding this comment

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

release via ion

@JuliaRegistrator register branch=master subdir=lib/BloqadeCUDA

@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: Version 0.1.2 already exists

@weinbe58
Copy link
Member Author

Choose a reason for hiding this comment

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

release via ion

@JuliaRegistrator register branch=master subdir=lib/BloqadeSchema

@weinbe58
Copy link
Member Author

Choose a reason for hiding this comment

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

release via ion

@JuliaRegistrator register branch=master subdir=lib/BloqadeWaveforms

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

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 BloqadeSchema-v0.2.8 -m "<description of version>" 3f765be36911a1445ebd3baec151199baaef8a71
git push origin BloqadeSchema-v0.2.8

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

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 BloqadeWaveforms-v0.1.7 -m "<description of version>" 3f765be36911a1445ebd3baec151199baaef8a71
git push origin BloqadeWaveforms-v0.1.7

@weinbe58
Copy link
Member Author

Choose a reason for hiding this comment

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

release via ion

@JuliaRegistrator register branch=master

Release notes:

Release Note

BloqadeSchema

  • fixing typos in BloqadeSchema Validation messages.

BloqadeWaveforms

  • reimplementation of generic piecewise_linear_interpolate
    1. keeps track of global error
    2. tuned tolerances to make QuadGK run faster.

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

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.20 -m "<description of version>" 3f765be36911a1445ebd3baec151199baaef8a71
git push origin v0.1.20

Please sign in to comment.