Skip to content

Commit

Permalink
Bump v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos authored Nov 21, 2024
1 parent f7eabe5 commit 6387f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TensorKit"
uuid = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec"
authors = ["Jutho Haegeman"]
version = "0.13.1"
version = "0.13.2"

[deps]
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
Expand Down

2 comments on commit 6387f26

@lkdvos
Copy link
Collaborator Author

@lkdvos lkdvos commented on 6387f26 Nov 21, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

  • Add functionality for working with DiagonalTensorMap (currently not yet used)
  • Various fixes and improvements

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

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.13.2 -m "<description of version>" 6387f26a405b24f17a889d7e4f04662e4b82547a
git push origin v0.13.2

Please sign in to comment.