• dallen@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 months ago

      You can always set watchtower to blindly pull for you. If it’s going to be broken anyways, might as well automate the process.

    • ShortN0te@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 months ago

      Disclaimer ⚠️ The project is under very active development. ⚠️ Expect bugs and breaking changes. ⚠️ Do not use the app as the only way to store your photos and videos. ⚠️ Always follow 3-2-1 backup plan for your precious photos and videos!

      Yes project does not follow semantic versioning. But you can consider it it the 0.y.z state where it is even in the semantic versioning allowed to have breaking changes without major version increase.

      • azertyfun@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        0
        ·
        4 months ago

        There are quite a few mature projects in 0.x that would cause a LOT of pain if they actually applied semver.

        I am generally of the opinion that version numbers do not matter at all until the author/distributor has GUARANTEED that they do. Until then they’re worthless, including in places where semver is supposedly enforced like NPM. If I had a penny for every NPM package that broke my project after removing the package-lock.json, I could retire.

        • BlueBockser@programming.dev
          link
          fedilink
          English
          arrow-up
          1
          ·
          4 months ago

          There are quite a few mature projects in 0.x that would cause a LOT of pain if they actually applied semver

          Depending on how one defines the “initial development” phase, those projects are actually conforming to semver spec:

          Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.