tpm-key_attestation 0.13.0 → 0.13.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c9e6f949c61e23e0614e570ac3eaeb2d1649d72af8681612cabe4df72b11c76b
4
- data.tar.gz: d72f892493994557c4afb2547a9cfd78f9e75bd6a01b2d9026ad50028dc09c89
3
+ metadata.gz: 44e81ec8e71d5c181a6bf5bab62dd5d1cb39ae7b807e0a4f2f7cd0c1a07ecb89
4
+ data.tar.gz: 76a4367863ae64d339f6c0666fe2adc55c8c4c03852b6f463d6305a81a65c842
5
5
  SHA512:
6
- metadata.gz: be7db9415c8e0e3dc8182f3a5c5483ed410e70e2096552efc65426b92209df500057f34440006a16fa39a39121b47bd49987073a3588f029ed74267d38651d6d
7
- data.tar.gz: a4aef2663a09171e1388db3ab116c5526766363e50beb5ac7b991988d2796c69527647ff9b49fa1863a9ff364ef4c5085cb5449abddc77d4e16347addd53bfe5
6
+ metadata.gz: 576db66ac7bd490f53130d817f58e813baf50f5733bbb5088e8ba98db8260f4e13aeaa02390cb620e44ca3ca10df75e3ff8425ff0e2e89504f6c06136f01c188
7
+ data.tar.gz: bfc4b4ba347f332f80b314fb6bba6f5daba8a7e713817826c794370a2f99405aeefdb586bcf3e29283db8b0aee61e61dfd5372293a84ddec9443217f3c47baab
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.13.1] - 2025-01-22
4
+
5
+ - Fix build [@nicolastemciuc]
6
+
3
7
  ## [v0.13.0] - 2025-01-21
4
8
 
5
9
  - Use public key from AIK cert for signature algorithm initalization [@santiagorodriguez96]
@@ -85,6 +89,7 @@ replacement of `JOSE` format `algorithm` string
85
89
  - `TPM::EKCertificate` wrapper
86
90
  - `TPM::SAttest` wrapper
87
91
 
92
+ [v0.13.1]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.13.0...v0.13.1/
88
93
  [v0.13.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.12.1...v0.13.0/
89
94
  [v0.12.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.11.0...v0.12.0/
90
95
  [v0.11.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.10.0...v0.11.0/
@@ -2,6 +2,6 @@
2
2
 
3
3
  module TPM
4
4
  class KeyAttestation
5
- VERSION = "0.13.0"
5
+ VERSION = "0.13.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tpm-key_attestation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gonzalo