Please stop making semver breaking releases #10605
Closed
metatoaster
started this conversation in
General
Replies: 1 comment 1 reply
-
Sorry for the mistake. Not sure about the way to prevent this, though. Rust/cargo has no good tool for doing so. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This happened because the
IsModule::CommonJS
enum got added, it should have been a major version bump to prevent past versions ofswc_compiler_base
from picking this up. This happened because I was trying to build a tool that used this as a depdency.This is not the first time someone complained about this, see #9481, though I am glad #5745 says this is being worked on.
Beta Was this translation helpful? Give feedback.
All reactions