Skip to content

Commit

Permalink
bump patch version to 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Apr 22, 2023
1 parent f18a78e commit 54b1667
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 = "LibGEOS"
uuid = "a90b1aa1-3769-5649-ba7e-abc5a9d163eb"
license = "MIT"
version = "0.7.6"
version = "0.7.7"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand Down

10 comments on commit 54b1667

@rafaqz
Copy link
Member Author

@rafaqz rafaqz commented on 54b1667 Apr 22, 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/82115

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.7.7 -m "<description of version>" 54b16678e637cf976dabf86132e6abe02c6b21a9
git push origin v0.7.7

Also, note the warning: Version 0.7.7 skips over 0.7.6
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

@visr
Copy link
Member

@visr visr commented on 54b1667 Apr 22, 2023

Choose a reason for hiding this comment

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

@rafaqz this is very breaking right?

@rafaqz
Copy link
Member Author

@rafaqz rafaqz commented on 54b1667 Apr 22, 2023

Choose a reason for hiding this comment

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

Not at all breaking

@rafaqz
Copy link
Member Author

@rafaqz rafaqz commented on 54b1667 Apr 22, 2023

Choose a reason for hiding this comment

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

The only break was changing combine (or something) but I switched it back to support both Base.combine and LibGEOS.combine

@visr
Copy link
Member

@visr visr commented on 54b1667 Apr 22, 2023

Choose a reason for hiding this comment

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

I mean #146 and #149

@rafaqz
Copy link
Member Author

@rafaqz rafaqz commented on 54b1667 Apr 22, 2023

Choose a reason for hiding this comment

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

Ohhhh damn I didn't realise. We should start putting -DEV in the toml when breaks are sitting on master

@rafaqz
Copy link
Member Author

@rafaqz rafaqz commented on 54b1667 Apr 22, 2023

Choose a reason for hiding this comment

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

So 0.8 ? Or should I do #155 too for the break?

@visr
Copy link
Member

@visr visr commented on 54b1667 Apr 22, 2023

Choose a reason for hiding this comment

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

If you want a release now that is not hugely breaking but breaking, 0.8. And then the next one can be 1.0?

Though if you have time to push on perhaps we can wait for #155 and other 1.0 material, and skip 0.8 altogether.

@rafaqz
Copy link
Member Author

@rafaqz rafaqz commented on 54b1667 Apr 22, 2023

Choose a reason for hiding this comment

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

Yeah, that makes sense. It's actually a lot of changes to make for #155.

Please sign in to comment.