Skip to content

Commit

Permalink
bump minor version to 0.10.0
Browse files Browse the repository at this point in the history
Breaking changes to some geometries with M values, and some changes to points that really seemed like bugs, but may give different behaviors now than before.
  • Loading branch information
rafaqz authored May 28, 2023
1 parent eeefef0 commit 60552e9
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 = "Shapefile"
uuid = "8e980c4a-a4fe-5da2-b3a7-4b4b0353a2f4"
license = "MIT"
version = "0.9.3"
version = "0.10.0"

[deps]
DBFTables = "75c7ada1-017a-5fb6-b8c7-2125ff2d6c93"
Expand Down

2 comments on commit 60552e9

@rafaqz
Copy link
Member Author

@rafaqz rafaqz commented on 60552e9 May 28, 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/84420

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.10.0 -m "<description of version>" 60552e94ea46ecaf1e95e72d3bc3ac8877bcd2b1
git push origin v0.10.0

Please sign in to comment.