Skip to content

Commit

Permalink
bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
axsk committed Jan 17, 2023
1 parent e2c2f07 commit a904c80
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 = "VoronoiGraph"
uuid = "e5f3e3e8-00d7-4f74-8011-648b521326aa"
authors = ["Sikorski <[email protected]> and contributors"]
version = "0.2.1"
version = "0.2.2"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down

3 comments on commit a904c80

@axsk
Copy link
Owner Author

@axsk axsk commented on a904c80 Jan 17, 2023

Choose a reason for hiding this comment

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

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

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.2.2 -m "<description of version>" a904c80011f2b3c83b3229296d4a00a439eac2ff
git push origin v0.2.2

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Julia benchmark result

Benchmark suite Current: a904c80 Previous: 279fa3e Ratio
2/100 6604778 ns 7196868 ns 0.92
2/1000 21604227 ns 24504831 ns 0.88
3/100 25260614.5 ns 27966312.5 ns 0.90
3/1000 105525344 ns 127632903 ns 0.83
4/100 101982603.5 ns 112479955 ns 0.91
4/1000 692576908 ns 808264241 ns 0.86
5/100 505210076 ns 552583898.5 ns 0.91
5/1000 4919435328 ns 5747886594 ns 0.86

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.