zeus-time 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/README.md +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
package/README.md
CHANGED
|
@@ -153,3 +153,10 @@ Get started today and be part of the next evolution in timekeeping!
|
|
|
153
153
|
|
|
154
154
|
LFCROOOOOOO!!!! 🔥⚡
|
|
155
155
|
|
|
156
|
+
## Versioning note
|
|
157
|
+
|
|
158
|
+
Version 0.1.x is the stable legacy line.
|
|
159
|
+
It preserves deterministic behavior and API continuity.
|
|
160
|
+
No breaking changes are introduced in patch releases.
|
|
161
|
+
|
|
162
|
+
For the evolving compatibility and clarified semantics line, see the 0.2.x releases.
|