nebula-token 1.0.2 → 1.0.3
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c305d22c1173bd48ed2bb63884b2e111e6700e62f8307261d1740bd0fa613a0e
|
|
4
|
+
data.tar.gz: 548cd50e6e4f91edddf47c4c46bc04da5a58f5440863cbe55b90f5afb938f92d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79fb8e5875b481e06fea27c1c0fe716cf8cf4bda38dea43c0b94396b18ae527ca4a8085ca599398184544dc0950796335ffed4922b7d175586c2150b8f364fed
|
|
7
|
+
data.tar.gz: 073e306d9eba7f9b2eb56928971339a8dea7707d9f1f4d2124fcc12d6ea6cd7af35e093220cb42f4ebdaf51f5660afdebb031cd032e95ec4cbfbde8bcd0fa7c4
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ All notable changes to this project are documented in this file.
|
|
|
4
4
|
The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
|
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/).
|
|
6
6
|
|
|
7
|
+
## [1.0.3] - 2026-08-06
|
|
8
|
+
|
|
9
|
+
No change to this package's behaviour, API or wire format. It is republished so
|
|
10
|
+
that all ten packages carry one version, as `VERSIONING.md` section 2 requires.
|
|
11
|
+
|
|
7
12
|
## [1.0.2] - 2026-08-04
|
|
8
13
|
|
|
9
14
|
### Fixed
|
|
@@ -44,6 +49,7 @@ workflow failed, and neither permits republishing a used version number.
|
|
|
44
49
|
window, family revocation, sender (device) binding, dual expiry clocks,
|
|
45
50
|
pepper rotation via `kid`.
|
|
46
51
|
|
|
52
|
+
[1.0.3]: https://github.com/nebula-token/nebula-token/releases/tag/v1.0.3
|
|
47
53
|
[1.0.2]: https://github.com/nebula-token/nebula-token/releases/tag/v1.0.2
|
|
48
54
|
[1.0.1]: https://github.com/nebula-token/nebula-token/releases/tag/v1.0.1
|
|
49
55
|
[1.0.0]: https://github.com/nebula-token/nebula-token/commit/cb66b3dd897dc968bff8b211f001b94de7531b09
|