#SemVer

洪 民憙 (Hong Minhee)'s avatar
洪 民憙 (Hong Minhee)

@hongminhee@hollo.social

Is it just me, or does Semantic Versioning feel more like a guideline than a strict rule in many open source projects? Breaking changes in patch versions, features in minor updates…

洪 民憙 (Hong Minhee)'s avatar
洪 民憙 (Hong Minhee)

@hongminhee@hollo.social

Is it just me, or does Semantic Versioning feel more like a guideline than a strict rule in many open source projects? Breaking changes in patch versions, features in minor updates…

Paul Shryock's avatar
Paul Shryock

@paulshryock@phpc.social

"How should you generate changelogs?

The audience for your commit history and your changelog are very distinct from each other. These different audiences care about different things. Any changelog system based on extracting commit messages is therefore doomed to fail."

sophiabits.com/blog/convention

Predrag Gruevski's avatar
Predrag Gruevski

@predrag@hachyderm.io

Ever wondered how linters work under the hood?

I'm designing the new optimizations API in the Trustfall query engine, and decided to see if it would make a difference in cargo-semver-checks.

Here's why two simple database-like optimizations via the new API had such a drastic impact.

predr.ag/blog/speeding-up-rust