Skip to content

Commit

Permalink
Bump minor version for a breaking release
Browse files Browse the repository at this point in the history
As of this version, the package will error upon loading if used with
Julia > 1.7. Previously it could be loaded but didn't work properly with
later Julia versions. To be safe, we're making this a breaking release.
It should be a largely user-invisible change though, as BinaryBuilder is
generally not used as a package dependency.
  • Loading branch information
ararslan committed Sep 7, 2024
1 parent 0113f15 commit b534199
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 = "BinaryBuilder"
uuid = "12aac903-9f7c-5d81-afc2-d9565ea332ae"
authors = ["Elliot Saba <[email protected]>"]
version = "0.5.9"
version = "0.6.0"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Expand Down

0 comments on commit b534199

Please sign in to comment.