sentdm 0.24.0 → 0.25.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 +16 -0
- data/lib/sentdm/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: 111f6ce63585f229c84c378ab652335418deb3d223e2277c6eabd45445bec7d0
|
|
4
|
+
data.tar.gz: 2f01db7d5893dcf369a867ee3d68fe7aa77ad72dc0da847f5fcbeafcd6168dbc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 297ffd2f50d965d6dc2455c275dfed75f79ede3b1a85d509b75ff73ebd26e5f8c0bca0ea0facc8f14f5668cd399cf0790c60f874a538dad01f7bbb6a232b5096
|
|
7
|
+
data.tar.gz: ea87f1e165793385372a35114165a9e9385d2e1396cb61cb5fb04b9b65320c324afbca63b402b1c9a70d313ee146ec141a9ddca9b190b3c2a04acc367e5351e1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.25.0](https://github.com/sentdm/sent-dm-ruby/compare/v0.24.0...v0.25.0) (2026-07-07)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* enable release-please releases and back-sync trigger ([fa11d84](https://github.com/sentdm/sent-dm-ruby/commit/fa11d84c774c4f15e7314d15fa6c32f9e03a679a))
|
|
9
|
+
* initial stlc build ([e0debc2](https://github.com/sentdm/sent-dm-ruby/commit/e0debc2ec4eeac66206d8b16c5a1269272f7072c))
|
|
10
|
+
* stlc SDK generation pipeline (workspace, workflows, setup action) ([d7bec91](https://github.com/sentdm/sent-dm-ruby/commit/d7bec91bda777c44961d42a464cb507fa2e3fb3c))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Chores
|
|
14
|
+
|
|
15
|
+
* add promote, back-sync, and trunk-lock workflows ([7629b2d](https://github.com/sentdm/sent-dm-ruby/commit/7629b2d33a0fac8d11aa01e4204e3ac90037333d))
|
|
16
|
+
* add release back-sync trigger workflow ([f3fed43](https://github.com/sentdm/sent-dm-ruby/commit/f3fed436972793fc49aba34c86ba25408757ca49))
|
|
17
|
+
* drop fork-only ruby-readme extra-file (unsupported by stock release-please) ([ffbcf4b](https://github.com/sentdm/sent-dm-ruby/commit/ffbcf4b3be85003f44de972e96442324330046cd))
|
|
18
|
+
|
|
3
19
|
## 0.24.0 (2026-07-02)
|
|
4
20
|
|
|
5
21
|
Full Changelog: [v0.23.0...v0.24.0](https://github.com/sentdm/sent-dm-ruby/compare/v0.23.0...v0.24.0)
|
data/lib/sentdm/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sentdm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.25.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sent
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-07-
|
|
11
|
+
date: 2026-07-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|