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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/ace/sim/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eb9d75c8a26df59765eebf95ca07c9fba58befa9274cc63c11eb1ee628277a6e
|
|
4
|
+
data.tar.gz: fc567292fc23144ffe35858f7b50e92ee6bd4b67f10b0854d004dbe57dfb54a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/lib/ace/sim/version.rb
CHANGED
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
|
+
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-
|
|
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
|