leptris 1.3.0-arm64-darwin → 1.4.0-arm64-darwin

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: 8075ffdc96786d66db181f76a4538fc3638f31e8825c7d2bbf0090372ddd6c04
4
- data.tar.gz: '0519106689d284db5899f0e156224babcaef6667a8f858fc8baafb64da3fbf3e'
3
+ metadata.gz: b9a01cbecf53d7ab2a799afad191b94ef32c563985e1b3a8e3b6071d69df3520
4
+ data.tar.gz: 0a7f53d9cb4a38a3e9b006cd3d18a0f08070f247b36a24ac1122ca564ae0b44b
5
5
  SHA512:
6
- metadata.gz: e4ac81476e8f7c8eef2bda0e83f1968b0d078d871b05424cb49b027d9ef159f1f54021658c27209426bb309ccc3773965adfd541b7de4593ae31d1c7463454d1
7
- data.tar.gz: a9d6f8d3d62b10d4a1a5ccb33b8bb80f34db436b0c23a476a4c7cd7700bf68939bcc2614e9770a05f30d541de5413159351fc5d75847872583913c55ae58fc1a
6
+ metadata.gz: 9b38bd064a74f886394d519148848fd75aed5f7ad711bfbf327ee69e9124f64f4e3530b51d969b02d42ff322f54724c954d183b8a11613861ba13b6a7d0472df
7
+ data.tar.gz: e5fbe66f73887c6b4d42f260aa57896a153de9092bec6d01e914fbc9939156ab33347cb672afeba2365cfbf6bc75d9e291cd4df8f2ea96973ba7a6a5e6554513
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.dylib 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: arm64-darwin
6
6
  authors:
7
7
  - Ribose Inc.