ace-sim 0.15.4 → 0.15.5

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: 79bb981566ab8c2105bdb3a781e0890f3f5b0a71599b6245f2caf9e891ccdd40
4
- data.tar.gz: cbdaf44ea045093cf663394a999e8bb8e2ab0ec241f3e7562623677e97ddf17f
3
+ metadata.gz: eb9d75c8a26df59765eebf95ca07c9fba58befa9274cc63c11eb1ee628277a6e
4
+ data.tar.gz: fc567292fc23144ffe35858f7b50e92ee6bd4b67f10b0854d004dbe57dfb54a8
5
5
  SHA512:
6
- metadata.gz: 2fba74f556ccbba942d94ef3be9110255a03ff5700e166932c828031712c59da426e8f8ca6514eff70e6a7e0caeb685dd924a7c56515dc02dde3cb30f0299383
7
- data.tar.gz: 077e04072c9ab93a010b0f1b2c47e46d04f0dd1168232a82002d01cd15ca2859a69d0ea7fdf696c7cbe92c13ae20e4baa5208df358c606ec9402a99ba4a8fc34
6
+ metadata.gz: c60fad0c77420f786fad969382cdfee65cfe898953e1f0be3e55b3d531f7c650c27f596a1f28a625314228c61b9c0e6b58abb202b5cc434170a226d0c73c22af
7
+ data.tar.gz: 8cdedfcf8eb463a3e6b4580c21b3ab98543652b68cdd5fcfa3c85e1041a7c61bfd38f7c928cee22fa4cbe9a2c431e9699630cc0813d38371c4a66ed40a6974d7
data/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.15.5] - 2026-04-23
8
+
9
+ ### Technical
10
+ - Declared retained preset-contract metadata captures explicitly in the runner so `session.yml` and `synthesis.yml` checks follow the exact artifact-contract model enforced by `ace-test-runner-e2e`.
11
+
7
12
  ## [0.15.4] - 2026-04-16
8
13
 
9
14
  ### Fixed
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ace
4
4
  module Sim
5
- VERSION = '0.15.4'
5
+ VERSION = '0.15.5'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-sim
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.4
4
+ version: 0.15.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2026-04-20 00:00:00.000000000 Z
10
+ date: 2026-04-26 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: ace-support-config