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 ADDED
@@ -0,0 +1,9 @@
1
+ # Changelog
2
+
3
+ ## 0.1.4
4
+ - Documentation clarification only
5
+ - Packaging and metadata cleanup
6
+ - No API or behavioral changes
7
+
8
+ ## 0.1.3
9
+ - Previous stable release
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zeus-time",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "A next-gen, deterministic timekeeping standard. UNIX is dead. ZEUS lives.",
5
5
  "repository": {
6
6
  "type": "git",