leptris 1.3.0-aarch64-linux-musl → 1.4.0-aarch64-linux-musl

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: abf206a79851d8a9faa4d5d8633255991c65ed088dc15bd19e14e8e46be4ad8f
4
- data.tar.gz: d760da9546568bb1d96f28349e593d28247b699386f0a2396fcba1a0687fd7fd
3
+ metadata.gz: 15e0ed2ef73e9c344fb15693521a0174933b195898c15a7a73dfd6cb5b60dd52
4
+ data.tar.gz: 6897101216758e59c252d90f0516c09ca1905cee4606a4cde653c1e43683a098
5
5
  SHA512:
6
- metadata.gz: 4dc080364f7fc7ea8a64141d1cf6c173895af8babad1cfb4b35a9279af6fcc69dda4fd89dbd6016fb947898019b9de0b6767fdf602da053729e143f628101915
7
- data.tar.gz: 025fa4ff93048a228a1061e44514cd098b53baf32a46e809e2d17e32c285bb2d96d0bc004006342fbee08f40e755affaaea347d127a8a9abce9fde8c8e8cb907
6
+ metadata.gz: aa055dd23c30c74312ea20db04eddebbcaf4f92f408ccd89b62303ac2b543c10e5762f23c1e450e95db21fa8d834b763f2f6f6d21439e2f41f03fe12e3f1f9df
7
+ data.tar.gz: f9d0d1d4662c28a9bd341a4ac3337dbd771930940a5670b1ae4cf1b7ea20cf79e1470925e3f9aba1f0cc06a8d6955757687cb14f865358c0ae91232d94585919
data/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ All notable changes to Leptris will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.4.0] - 2026-08-23
9
+
10
+ Lockstep with libleptris 1.4.0 — engine pins the TODO.bindings
11
+ release: pull (StAX) API, bounded iterparse, compiled XPath
12
+ expressions, per-parse options, truthful serialization encoding
13
+ declarations. Binding-side adoption of the new APIs follows.
14
+
8
15
  ## [1.3.0] - 2026-08-23
9
16
 
10
17
  Lockstep with libleptris 1.3.0 — takes full advantage of the
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ RSpec::Core::RakeTask.new(:spec)
8
8
  # Pin for `rake compile` and the platform-gem builds. Keep in lockstep
9
9
  # with .github/workflows/build.yml (which calls `rake compile`) and the
10
10
  # CHANGELOG when libleptris releases.
11
- LIBLEPTRIS_VERSION = "1.3.0"
11
+ LIBLEPTRIS_VERSION = "1.4.0"
12
12
 
13
13
  CMAKE_FLAGS = %w[
14
14
  -DCMAKE_BUILD_TYPE=Release
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Leptris
4
- VERSION = "1.3.0"
4
+ VERSION = "1.4.0"
5
5
  end
data/lib/libleptris.so CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leptris
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.0
5
5
  platform: aarch64-linux-musl
6
6
  authors:
7
7
  - Ribose Inc.