Fixes
h3rald h3rald@h3rald.com
Sun, 14 Jun 2026 04:04:47 +0200
3 files changed,
4 insertions(+),
2 deletions(-)
M
assets/styles/style.css
→
assets/styles/style.css
@@ -498,7 +498,8 @@
footer p, footer ul.inline, .secondary-subtitle { - margin-bottom: calc(var(--leading) * 0); + margin-bottom: 0; + margin-top: 1rem; } footer .h3rald {
M
contents/conver.md
→
contents/conver.md
@@ -19,6 +19,7 @@
### Summary Given a project that aims to achieve the highest level of feature-completeness, maturity, and stability (collectively identified as _dependability_), its releases should be expressed using a single integer number of two bytes in hexadecimal notation, conveying: + - its dependability score, expressed as a value between 0x000 and 0xFFF (first three digits). - metadata expressing the expected upgrade impact, if the release breaks compatibility, and/or includes new enhancements (last digit).