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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 61d4afd2ad50c4081a6242d832a2fa4c6b9658c493671312857cc270acbde9aa
4
- data.tar.gz: 7fb59167e1ac60a8e7c9c089d5421cc52b58ec57c0209014526baa4a37197cec
3
+ metadata.gz: c305d22c1173bd48ed2bb63884b2e111e6700e62f8307261d1740bd0fa613a0e
4
+ data.tar.gz: 548cd50e6e4f91edddf47c4c46bc04da5a58f5440863cbe55b90f5afb938f92d
5
5
  SHA512:
6
- metadata.gz: 246a1592aa4f314982053fa2e07dee50547bd961a56fbcdbf98f28b019ae1e445697e60e3a90c72c9df6b1cbcdb52d598c2cd44f64a117f14e322cfe08a5c21c
7
- data.tar.gz: 06e23d009ba3686ea6367581103dba8c6dd6961fe7807c543bdb90a7f9bc6cfb791a31a1e3a3b869fb45f65e6306290dd72513c036b2ffb49bd1a5880a0095a9
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nebula-token
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Teodori