Skip to content

Commit

Permalink
Set version to v2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Jul 11, 2024
1 parent cbc1e6a commit 6107c4a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
name = "ChunkSplitters"
uuid = "ae650224-84b6-46f8-82ea-d812ca08434e"
authors = ["Leandro Martinez <lmartine@unicamp.br> and contributors"]
version = "2.4.5-DEV"
version = "2.4.5"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"

[extras]
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

[compat]
Aqua = "0.8"
BenchmarkTools = "1"
Compat = "4.12"
Documenter = "1"
OffsetArrays = "1"
julia = "1.6"
Documenter = "1"
Compat = "4.12"
Test = "1.6"
TestItemRunner = "0.2"
TestItems = "0.1, 1"
julia = "1.6"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
Aqua = "0.8"
BenchmarkTools = "1"

[targets]
test = ["Test", "TestItemRunner", "OffsetArrays", "Aqua", "Documenter", "BenchmarkTools"]

2 comments on commit 6107c4a

@lmiq
Copy link
Collaborator Author

@lmiq lmiq commented on 6107c4a Jul 11, 2024

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/110875

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 v2.4.5 -m "<description of version>" 6107c4a518661dd963aad6ddc520999c3051506a
git push origin v2.4.5

Please sign in to comment.