Sem – Semantic version control. Entity-level diffs on top of Git
https://github.com/ataraxy-labs/sem
#HackerNews #SemanticVersioning #EntityLevelDiffs #GitHub #AtaraxyLabs #SoftwareDevelopment
Sem – Semantic version control. Entity-level diffs on top of Git
https://github.com/ataraxy-labs/sem
#HackerNews #SemanticVersioning #EntityLevelDiffs #GitHub #AtaraxyLabs #SoftwareDevelopment
📰 bump というバージョンバンプツールを作った (👍 35)
🇬🇧 Created 'bump': a universal version bumping tool supporting multiple languages (Go, Rust, Python, etc.) with semantic versioning. Inspired by gobump.
🇰🇷 'bump' 개발: Go, Rust, Python 등 여러 언어를 지원하는 범용 버전 범핑 도구. 시맨틱 버저닝 적용. gobump에서 영감을 받음.
One of the things that #EmberJS & it's ecosystem does (mostly) correctly wrt/ #SemanticVersioning is:
✅ Major versions are for breaking changes.
❌ Major versions are for adding fancy new features.
It looks weird and less shiny at first, but let me reassure you: Once you start maintaining any slightly more complicated codebase, this is an absolute blessing.
#OpenMW 0.50.0 has been released.
It brings many improvements to #Lua, gamepad support, user interface, and much more.
My first W3C specification has been posted by the W3C. Super excited, cant wait to get the others in!
https://www.w3.org/submissions/semantic-versioning/
Read more about it here: https://cleverthis.com/news/clever-semantic-versioning-w3c-submission/
#W3C #CleverThis #SemVer #SemanticVersioning #Foss #FLOSS #OSS #CS #Programming #Software
https://pridever.org/ Pride Versioning 🏳️🌈
https://github.com/romversioning/romver Romantic Versioning
https://semver.org/ Semantic Versioning
#programming #versioning #version #coding #pride #prideversioning #romanticversioning #semanticversioning #semver
Une proposition intéressante d'ajouter une notion supplémentaire au *Semantic Versioning* pour distinguer les "simples" breaking changes des changements plus conséquents.
L'intérêt de cette approche est qu'elle reste compatible avec le semantic versionning lui-même.
Neu im Blog:
Versionsnummern in TYPO3 und Extensions: Dein Shortcut zu besserer Planung
https://wwagner.net/blog/a/versionsnummern-in-typo3-und-extensions-dein-shortcut-zu-besserer-planung
Forget semantic versioning, use PRIDE VERSIONING!
https://pridever.org
#semver #SemanticVersioning #programming #ProgrammTipp #programmer_humor #version #dev #development
How does semantic versioning work for alpha/beta/pre-release version numbers? I would want 1.0 to be the "production" ready version, but still increment version numbers following the spec, maybe 0.1.0-alpha.1.0.0 then 0.1.0-alpha.1.1.0 etc?