leptris 1.3.0 → 1.5.0

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: e181133c2d381d3ed81fbab6ad41b99c0a72ed89cc651a7882c069eee06535fa
4
- data.tar.gz: 768c1463a6746f331251d10f5499293b4c00c0914037fee33a08725b7855ac7c
3
+ metadata.gz: ad1c47626d0398f149609fa176e8641caf7c9c58a083660c240d4a363ee6600b
4
+ data.tar.gz: effc7767e3164af9d32be78f67eafc44740a04aab0a50e1173ef474ea0734b12
5
5
  SHA512:
6
- metadata.gz: f0c45bea9042ffec94231c4c799aa43145592d1dff5268ee75e75212b015be689ad875dac84b76ee8a7cf0624bb1b983c39b3dba8ef3966bc8591275648c7738
7
- data.tar.gz: eb2803ee6a55c4dcd543678bcb9899c5651269d9737d92bffa9f8f156ddb87b22838f6c12b610644ee585ed6854041f4815f5b4a6f1de4cceb8dd8ae5aceca50
6
+ metadata.gz: f5a68f13873fa5ad8506d586d01be03fb5ecb94a3f987a98d920d6f09fc02156a5f27920f2b4700d7386dc499fa85b979e7a9dbf784dbe4175a400dff0b242ef
7
+ data.tar.gz: 414fac2dd071be2b84ce9c677d383865a3687482d314d1b6e726252e3a0809e2e1f9a907e9fda8926776ed9d8d85d8987de4e48cd25a51ae60299ae67c3a212b
data/CHANGELOG.md CHANGED
@@ -5,6 +5,19 @@ 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.5.0] - 2026-08-24
9
+
10
+ Lockstep with libleptris 1.5.0 — the engine pins the TODO.engine
11
+ release: file-backed pull/iterparse streaming (bounded memory off
12
+ disk), compiled XPath ns/vars contexts, Rust crate publish workflow.
13
+
14
+ ## [1.4.0] - 2026-08-23
15
+
16
+ Lockstep with libleptris 1.4.0 — engine pins the TODO.bindings
17
+ release: pull (StAX) API, bounded iterparse, compiled XPath
18
+ expressions, per-parse options, truthful serialization encoding
19
+ declarations. Binding-side adoption of the new APIs follows.
20
+
8
21
  ## [1.3.0] - 2026-08-23
9
22
 
10
23
  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.5.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.5.0"
5
5
  end
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.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.