Y
Hacker News
new
|
ask
|
show
|
jobs
by
sanxiyn
668 days ago
You can have a CI builder using direct-minimal-versions to check this.
1 comments
ComputerGuru
667 days ago
Point releases are often bugfix releases, i.e. not api changes but runtime changes. CI won’t help without very specific accompanying tests.
link
stouset
667 days ago
I have literally never run into this being a problem in practice. If someone downstream ever did notice, they can just specify a higher minimum version constraint.
link