-
Notifications
You must be signed in to change notification settings - Fork 15
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
About version number #9
Comments
You can start from The actual core version is |
I get it, but since the current zig-webui depends on |
@jinzhongjia there were discussions about it here webui-dev/webui#137. Afaik the latest state is using a There is also a reference in the link above to another issue regarding this. |
What I observe so far when using the convention described above:
The behavior is described here: https://go.dev/ref/mod#version-queries
So we might can do some fine-tuning make wrapper-based adaptations regarding the versioning. Edit: I would just update the Go wrappers readme to include: go get github.com/webui-dev/go-webui/[email protected] and go get github.com/webui-dev/go-webui/v2@main instead of go get github.com/webui-dev/go-webui/v2@latest |
Yes, I think this is a better solution, but zig does not have the |
Currently zig's package for webui is fully available
Maybe we can release a version.
But I don’t know if it needs to be synchronized with the version number on the webui side, aha?
@hassandraga
And I plan to continue to improve the
buildz.zig
of the webui library later.The text was updated successfully, but these errors were encountered: