leptris 1.4.0-aarch64-linux-musl → 1.5.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: 15e0ed2ef73e9c344fb15693521a0174933b195898c15a7a73dfd6cb5b60dd52
4
- data.tar.gz: 6897101216758e59c252d90f0516c09ca1905cee4606a4cde653c1e43683a098
3
+ metadata.gz: 53208326d043a96a0a194bf0cc23d729b9edf63c7df7c7e47677b690fea2a0ab
4
+ data.tar.gz: 6376f144500cb64599626473e2ab0e3970aa9c3600b124e7f3435aba98dd5207
5
5
  SHA512:
6
- metadata.gz: aa055dd23c30c74312ea20db04eddebbcaf4f92f408ccd89b62303ac2b543c10e5762f23c1e450e95db21fa8d834b763f2f6f6d21439e2f41f03fe12e3f1f9df
7
- data.tar.gz: f9d0d1d4662c28a9bd341a4ac3337dbd771930940a5670b1ae4cf1b7ea20cf79e1470925e3f9aba1f0cc06a8d6955757687cb14f865358c0ae91232d94585919
6
+ metadata.gz: 841822f723494ea49dbd933e3cff4bd3e4868c048c5f61d68b20e110a614d30cb02bb40b0a5e8d76916a273b3614590ff7bdd721afe656bcb08682a2b84575b2
7
+ data.tar.gz: 9405a5a4c94f7a680df2fcb552184c0bb9ef1aadead8d8969ee3620278c763111aebdd36861b66e9ffcc1b629c494adf4b13583ff373b286aff345d6a0dce1e3
data/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ 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
+
8
14
  ## [1.4.0] - 2026-08-23
9
15
 
10
16
  Lockstep with libleptris 1.4.0 — engine pins the TODO.bindings
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.4.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.4.0"
4
+ VERSION = "1.5.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.4.0
4
+ version: 1.5.0
5
5
  platform: aarch64-linux-musl
6
6
  authors:
7
7
  - Ribose Inc.