dataleon 0.1.0.pre.alpha.24 → 0.1.0.pre.alpha.25

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: be8b67e649d0449df468d0c92bb706d28d41bd58c2a6fc61295dbc39e4e09eb1
4
- data.tar.gz: e5fe6352ed5d5ec145cc22bd407ac337162d9518397176f09145758ac197105b
3
+ metadata.gz: a5315f4fd721a9d8018c016f0f79bb1f3237de631a3770f72483aa8122ee9ecf
4
+ data.tar.gz: 8992b547de3a3123d02295afeaf4eb96264bad101016e36fa0c273214ae7d622
5
5
  SHA512:
6
- metadata.gz: a101c2ff96f5fe0fb1e099829e6b34687b047b6ad93e67fd3677628f9f005cf0ed02d2a6034a943966327e3cb1004f44c3b4914d0243d637af2b578c30777b96
7
- data.tar.gz: 40d2195b07b871533dc693a35edbb746f237a5891963909428387f6e9e0c11fbc2914513bd2600bee3d24b6e6ef8654770eb418b3e972a781028194a89b6ccac
6
+ metadata.gz: b8ef9adae6d10f8c31572df8e430bda2f01548dbef52f379ac2046b3b0af027c2e19569b5cc612aa0e47445b1c88800b714660efd2d5e6397c0e9ed3c9e5eb0c
7
+ data.tar.gz: 00fa10752737865550cff2a64300dd6f3f3ef618375d82e418e127ab54d389fa37d317e88ca9416480c84a910657822a7b0b14de22ea012fab77d13abba0e6a4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0-alpha.25 (2026-07-18)
4
+
5
+ Full Changelog: [v0.1.0-alpha.24...v0.1.0-alpha.25](https://github.com/dataleonlabs/dataleon-ruby/compare/v0.1.0-alpha.24...v0.1.0-alpha.25)
6
+
7
+ ### Features
8
+
9
+ * **stlc:** configurable CI runner and private-production-repo support in workflow templates ([18e60d5](https://github.com/dataleonlabs/dataleon-ruby/commit/18e60d5258fc07ab2c9ac0e9bc1bcf62862e1558))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **internal:** bound formatter parallelism to CPU count ([f1a1aec](https://github.com/dataleonlabs/dataleon-ruby/commit/f1a1aec25b21eaa4de52e55d349274fd9a43b62a))
15
+
3
16
  ## 0.1.0-alpha.24 (2026-06-17)
4
17
 
5
18
  Full Changelog: [v0.1.0-alpha.23...v0.1.0-alpha.24](https://github.com/dataleonlabs/dataleon-ruby/compare/v0.1.0-alpha.23...v0.1.0-alpha.24)
data/README.md CHANGED
@@ -26,7 +26,7 @@ To use this gem, install via Bundler by adding the following to your application
26
26
  <!-- x-release-please-start-version -->
27
27
 
28
28
  ```ruby
29
- gem "dataleon", "~> 0.1.0.pre.alpha.24"
29
+ gem "dataleon", "~> 0.1.0.pre.alpha.25"
30
30
  ```
31
31
 
32
32
  <!-- x-release-please-end -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dataleon
4
- VERSION = "0.1.0.pre.alpha.24"
4
+ VERSION = "0.1.0.pre.alpha.25"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dataleon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.alpha.24
4
+ version: 0.1.0.pre.alpha.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dataleon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-17 00:00:00.000000000 Z
11
+ date: 2026-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi