Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restrict LibCImGui.jl compat bounds #90

Merged
merged 1 commit into from
Sep 3, 2023
Merged

Conversation

JamesWrigley
Copy link
Collaborator

This is so that we don't inadvertently break things while updating all the packages 😅 If you agree, I think a new patch release could be made for this.

@Gnimuc
Copy link
Owner

Gnimuc commented Sep 3, 2023

Is this really necessary?

"1.82.2" => [1.82.2, 1.83.0)
~~"~1.82" => [1.82.0, 1.83.0)~~

oh, it's actually:

"1.82.2" => [1.82.2, 2.0.0)
"~1.82" => [1.82.0, 1.83.0)

@JamesWrigley
Copy link
Collaborator Author

Yeah exactly, the idea is that hopefully (:pray:) patch versions will always be compatible.

@Gnimuc Gnimuc merged commit d5e45df into Gnimuc:master Sep 3, 2023
6 checks passed
@JamesWrigley JamesWrigley deleted the compat branch September 3, 2023 15:10
@JamesWrigley JamesWrigley mentioned this pull request Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants