ace-git 0.23.0 → 0.23.1

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: 168b3253714e6eca1d13567a06f6fd2f1441dfe6537ba09810f9cd5aea18fe22
4
- data.tar.gz: 476a90588d872376e47320185829a0b153aa5559a992337ca7b135f477c2a53f
3
+ metadata.gz: f4630b03ca193f78f73339cb3c2a9b8fbb07c7ca9545b1132cfd66f3e0dda160
4
+ data.tar.gz: 60096f6410637684ef3753300a2bf3195a07052170032774be9ea3e66e4c0d5d
5
5
  SHA512:
6
- metadata.gz: db908ad9e0bf977822260be316dbd8a2a7ed4076267e058f5ea211d4d15a2f36d53c0faa51eb19b935c34211c149ea77603cc158edab43bf78d65728a2551b96
7
- data.tar.gz: 1cfaa04a5ad5149e90c4b2d033b73b284b2446aacbca04c962da1279ad48a18dd510ffacef26f38bad1e850116a52c3b3c05abacf3327e9fc84c82d11997613f
6
+ metadata.gz: 285125f8923236d4ba4ae5186a20b354eaa978019c5c17eb37fbf6b9bd96057ad0901549f6ae94f690bbc67268dbd7aa692238a9f07a88c8d41fe58c3ad8765d
7
+ data.tar.gz: 4d8da76f2676ea2c09434b8a8afa2589a643bd00b5140614286c1be12a5f696adbbd7ce10c079eab35f8efdc24e42ad7fdb8e9e9d5a8bcb58763961c79e9086e
data/CHANGELOG.md CHANGED
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+
11
+ ## [0.23.1] - 2026-09-02
12
+
13
+ ### Technical
14
+ - Included in the coordinated all-package patch release preparation for ACE monorepo review.
10
15
  ## [0.23.0] - 2026-08-13
11
16
  ### Added
12
17
  - Expose PR head and merge commit metadata
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ace
4
4
  module Git
5
- VERSION = "0.23.0"
5
+ VERSION = "0.23.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-git
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.23.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2026-08-13 00:00:00.000000000 Z
10
+ date: 2026-09-05 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: ace-support-config