autorender 0.1.0 → 0.2.0
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 +30 -0
- data/README.md +1 -1
- data/lib/autorender/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: 426e4be998a9a2f5390f49a44722ffa905009c5c9109f8b2bb562453041c2ad8
|
|
4
|
+
data.tar.gz: 4a4831689e92143065e9ff65c952a89dc42d4b781078f63b00f0c4f845a89f3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc773a3ffa3c1acc1dd37b32b5ce76ff1777bf56323e9100e51db56f78d0ed99480eb55fea33ab3d7f00efa3b278f0612808b31050edb1be93f8f8c58c584c94
|
|
7
|
+
data.tar.gz: c07bdacddf2a5212e06639ab93343d81a11105f9a540987db2c60988777af47fbbef058bbebfa5704bb2522534108d2c01ae1d8b5a8c40bce54fb225b8127649
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.2.0](https://github.com/autorenderhq/autorender-ruby/compare/v0.1.0...v0.2.0) (2026-06-12)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **java:** enable maven publishing with release-please ([1786303](https://github.com/autorenderhq/autorender-ruby/commit/1786303cbb54cff6672d54e610b9ade78c7c5854))
|
|
9
|
+
* **ruby:** enable rubygems publishing with release-please ([bc8804f](https://github.com/autorenderhq/autorender-ruby/commit/bc8804f6dcb6942d92c55b45da53010aa0f7655a))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* preserve production-managed files in release branch ([37f9bd5](https://github.com/autorenderhq/autorender-ruby/commit/37f9bd51d07018eff16ef491dc3fc4f747fc07ec))
|
|
15
|
+
* strip internal workflows from production release branch ([cd8fd3f](https://github.com/autorenderhq/autorender-ruby/commit/cd8fd3f3dce0f1e02440ae92d9f5f6f5bd9fa087))
|
|
16
|
+
* update promote workflow and add back-sync from production ([8604ca6](https://github.com/autorenderhq/autorender-ruby/commit/8604ca61b2b63aa688a5387fc2dd0b741996249d))
|
|
17
|
+
* use blob comparison in overlay; add language-specific version files ([383f0ae](https://github.com/autorenderhq/autorender-ruby/commit/383f0ae3e39903225c4f22aecffb72b1745dba23))
|
|
18
|
+
* use persist-credentials: false in sync workflow ([22a5b7c](https://github.com/autorenderhq/autorender-ruby/commit/22a5b7cd5104fa7addc8d8da5408a8aa53b6d542))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Chores
|
|
22
|
+
|
|
23
|
+
* preserve production-managed files ([04101d4](https://github.com/autorenderhq/autorender-ruby/commit/04101d4aad8a09a5e00a383c35f9b7fb1bba3481))
|
|
24
|
+
* remove staging-only workflows from production ([446e9ad](https://github.com/autorenderhq/autorender-ruby/commit/446e9ad2ca81b41c7d18f62bb341c2303c0906a5))
|
|
25
|
+
* remove staging-only workflows from production ([79686f1](https://github.com/autorenderhq/autorender-ruby/commit/79686f15b7c6c5f130bc05e00e8fe595c4877236))
|
|
26
|
+
* strip internal workflows; preserve production-managed files ([c2cb80d](https://github.com/autorenderhq/autorender-ruby/commit/c2cb80de0aab1a578c5798c3fd99efc8bf8f4b77))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Documentation
|
|
30
|
+
|
|
31
|
+
* add auto-generated notice to CONTRIBUTING.md ([802ed52](https://github.com/autorenderhq/autorender-ruby/commit/802ed521f5609bfedbc004c755835a97b060eff0))
|
|
32
|
+
|
|
3
33
|
## [0.1.0](https://github.com/autorenderhq/autorender-ruby/compare/v0.0.1...v0.1.0) (2026-05-25)
|
|
4
34
|
|
|
5
35
|
|
data/README.md
CHANGED
data/lib/autorender/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: autorender
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Autorender
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-06-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|