pqc_asn1 0.1.1 → 0.1.2

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: c30efe239594f245393a2ec72d0794c685d469d064be4da9f480343cf25435fd
4
- data.tar.gz: 733d22810457f379abc602ff94fbac6c510df30e2e8f33fe0006d2f0a55af4ec
3
+ metadata.gz: 31359a815c639e70903636124e58ce532aa9353a01e754bb3878deb9a61190a6
4
+ data.tar.gz: 3c1c0679d5fc35940c6850c42da887f012ec3ce8fd8c22e0c7e8f722baa0a67b
5
5
  SHA512:
6
- metadata.gz: ad3dcf7c1a955dd30c59c10e96708dc9aa806af18373625f4301843be5d06c488b157ea9f86b33d30d31c3c6a0c41b3e82e252862713ee8f5e0b17a2c2fcb67c
7
- data.tar.gz: 767ceaedb4cfddf337a0367b2a6fa0ea3786203a57d8113904d4ef0dbcf460d1ae7fc68bae90767924768fdce6ab5d751cac701fd63a082d311aa722f2e36b90
6
+ metadata.gz: 507d5301ea4be9742430d6bb4483fc06af201e8fe38d056d646f64de6ad55eb9668ab565d3bcd0e5e98ddf04c03552065291ad8204ffe682e025c1cd59288d7e
7
+ data.tar.gz: 0d113fd4bf3ad1fb9e5dd634a6332830d18944d049c016f3823e89a584d612e316a3b5723dbca893a01283f2762fc1261b63c2dfc76ec70993c7957a7d805bec
data/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.2] — 2026-03-19
11
+
12
+ ### Changed
13
+
14
+ - GitHub Actions workflow now runs linting and tests before publishing gem,
15
+ ensuring all quality checks pass before release.
16
+
10
17
  ## [0.1.1] — 2026-03-19
11
18
 
12
19
  ### Changed
@@ -13,7 +13,6 @@
13
13
  * 1. OPAQUE STRUCT APPROACH
14
14
  * libpqcsb uses an opaque pqcsb_buf_t struct (definition hidden in internal.h).
15
15
  * This prevents accidental field access and enables safe API evolution.
16
- * See LIBPQCSB_INTEGRATION.md for detailed migration notes.
17
16
  *
18
17
  * 2. GUARD PATTERN FOR ACCESS CONTROL
19
18
  * libpqcsb uses guard structures (pqcsb_read_guard_t) returned by value.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PqcAsn1
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pqc_asn1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Suleyman Musayev