Tags

changelog

  • 2026-03-10

    🏷️ The simple approach to versioning

    The biggest barrier to starting something is an unwillingness to start simple. Let’s use versioning as an example. The natural tendency is to think that all software components need their own version, which can be a daunting task to impleme…

  • 2026-03-09

    📦 The bare minimum to call something a release

    What is the bare minimum to call something a release? Consider the following: A version that increments with every release. A changelog that describes what has changed for every version and why it matters. A clear identification of any ass…

  • 2025-02-18

    📄 Who is a changelog for?

    Most projects have releases, and with each release, we describe what is new/changed/fixed in a changelog file. keep a changelog has a lot of good ideas. Who is a changelog for? It is for our customers – those who use whatever we produce. Th…