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

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: b15036982d2180bb97df6c5db672fdd46c324e8608689f0374713e3818518703
4
- data.tar.gz: cb83c420be0513e86e33061e380d163ce647389d43f547257a336dda027e0591
3
+ metadata.gz: 6f85fbb684b735442783971e8aa4e8a996567877cc9be9db4b12b1edc33bf472
4
+ data.tar.gz: 00d6c9062f467660a1b7d7c58f450baafd0f3bc917ef7ba7a96126bb414b7f3e
5
5
  SHA512:
6
- metadata.gz: 6982a8c6dd37bb69c54346488bc528920cde85ac2c1ec28ea0099dead1a447e247ec21e2171aadbc542c40a336111f514efe0a1c23c10580bfcc08b46fac1774
7
- data.tar.gz: 9e84868762f36bdb19eaecda24e885beb778dab3595ce71152b2a3c45df0b8ea91c556e6635bc8c78719944de222c93d90d9f2011fc5d567ab93eb6de76a9769
6
+ metadata.gz: aa48ff328818933e9efd026e3d498bfb0026e053adedb914b2dd51c49e170d66ed9c9fa5edf5fad21ac0369e730dd706242e8d4c6ca22964b93feefac229b875
7
+ data.tar.gz: 29818ba6c2f196ba789bbb5d159c464926e61861d194e73f80ca32dcf481793cdf84e06590627a65db7c09c513d6c0e7821e8e4d2b9be6dd9ff6e6ccd6d5c8d8
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
6
6
  authors:
7
7
  - Ribose Inc.