Skip to content

Commit

Permalink
Merge pull request #283 from pablosanjose/v1.1
Browse files Browse the repository at this point in the history
Release v1.1.0
  • Loading branch information
pablosanjose authored Apr 25, 2024
2 parents 1cd5dfe + 2cc178e commit ce5f2a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Quantica"
uuid = "ae5ea0c6-3f5e-46a2-bc28-a7c4c7a4773c"
authors = ["Pablo San-Jose"]
version = "1.0.1"
version = "1.1.0"

[deps]
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
Expand Down Expand Up @@ -34,16 +34,16 @@ Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
QuanticaMakieExt = "Makie"

[compat]
ArnoldiMethod = "0.2"
ArnoldiMethod = "0.2, 0.3, 0.4"
Arpack = "0.5"
Compat = "4"
Dictionaries = "0.3.26"
Dictionaries = "0.3.26, 0.4"
ExprTools = "^0.1"
FrankenTuples = "0.1"
FunctionWrappers = "1.1.3, 1.2, 1.0"
GeometryBasics = "0.4"
IntervalTrees = "1"
KrylovKit = "0.6"
KrylovKit = "0.6, 0.7"
LinearMaps = "3"
Makie = "0.20, 1.0"
NearestNeighbors = "0.4"
Expand Down

4 comments on commit ce5f2a8

@pablosanjose
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

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 v1.1.0 -m "<description of version>" ce5f2a8d33c970449f7a9cb66c2061af3fd3f09a
git push origin v1.1.0

@pablosanjose
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

Changes in v1.1.0 since v1.0.1

New features

Fixes and improvements

Breaking changes

@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 updated: JuliaRegistries/General/105664

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 v1.1.0 -m "<description of version>" ce5f2a8d33c970449f7a9cb66c2061af3fd3f09a
git push origin v1.1.0

Please sign in to comment.