Skip to content

Commit 8014cba

Browse files
committedOct 17, 2024·
version 0.9.11
1 parent ae1a1de commit 8014cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "JET"
22
uuid = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
33
authors = ["Shuhei Kadowaki <aviatesk@gmail.com>"]
4-
version = "0.9.10"
4+
version = "0.9.11"
55

66
[deps]
77
CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"

2 commit comments

Comments
 (2)

aviatesk commented on Oct 17, 2024

@aviatesk
OwnerAuthor

JuliaRegistrator commented on Oct 17, 2024

@JuliaRegistrator

Registration pull request created: JuliaRegistries/General/117482

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 v0.9.11 -m "<description of version>" 8014cba0d7d215f1b0af87e8596970383bedfb4f
git push origin v0.9.11
Please sign in to comment.