-
Notifications
You must be signed in to change notification settings - Fork 2
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
Publish CLI as 0.3.0 #3
Comments
@philpax Hm I don't think that's a good idea; they are different things so it makes sense that they have different versions. Version x of the cli can always download and run y of the runtime, so the versions are never really aligned. |
I think this will end up being a point of confusion going forward as the version manager has the same name as the runtime ("ambient") - Rustup avoids this by getting out of the way and being clearly being separate from Cargo/Rust/Clippy etc. I'd suggest we align the most significant number (i.e. 0.3 for version manager + runtime, but they have separate patch versions) or we rename the CLI to make it clearer that it's a separate entity. |
Hm yeah I hear you. I don't think matching the versions make sense for the reason above (if I |
I think those are different, because they aren't managing applications that share the same name. With Firebase and Dioxus, you're not version-managing an application - you're interacting with a platform or with a library. If we say "Ambient 0.7 is now out" and a new user runs My preference would be to rename the CLI to |
We're seeing some confusion over the CLI being 0.2.3 but pulling down Ambient 0.3.0. I'd suggest aligning their versions.
The text was updated successfully, but these errors were encountered: