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

Point releases are often bugfix releases, i.e. not api changes but runtime changes. CI won’t help without very specific accompanying tests.
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.