increase 1.333.0 → 1.333.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/README.md +1 -1
- data/lib/increase/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 17c6eda87a2350446e60a566026605fba537b89b315a0fe00f9597e777ca4d9c
|
|
4
|
+
data.tar.gz: a84f4282ba83d306cb79193339254c3ec72f113b1aac59fc11a77eda1bb4e995
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a984e139eb6d29b5210499872b4c37a18f947149597b73a43a9db358ec2348f7b7a1d0a4944f1447de3d5fe9f12ba1e5873191994440e5010a02bc4b5d07dc01
|
|
7
|
+
data.tar.gz: 424ae29f0f20fc8dddd5b40ae51f6cbe843e3eb4d1c259c8aa9382f11d8e13e31bd3ed19043b80402f2bccb493ef83d02be5f8109e8f0454bec3bd50adbdb716
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.333.1](https://github.com/Increase/increase-ruby/compare/v1.333.0...v1.333.1) (2026-05-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Chores
|
|
7
|
+
|
|
8
|
+
* add release workflow and migrate config to Increase/release-please fork ([#435](https://github.com/Increase/increase-ruby/issues/435)) ([01ecfeb](https://github.com/Increase/increase-ruby/commit/01ecfebebbd03c5e8c4f0cdf205aa4c0c9936104))
|
|
9
|
+
* collapse CI into a single job ([#438](https://github.com/Increase/increase-ruby/issues/438)) ([a2c7ba0](https://github.com/Increase/increase-ruby/commit/a2c7ba0a799e3afe6ae7038345d787b449451e87))
|
|
10
|
+
* cut over to Increase/release-please and prune Stainless CI cruft ([#436](https://github.com/Increase/increase-ruby/issues/436)) ([c8ba110](https://github.com/Increase/increase-ruby/commit/c8ba11081ae1ec1b37016b98861d063fdd41b309))
|
|
11
|
+
|
|
3
12
|
## 1.333.0 (2026-05-20)
|
|
4
13
|
|
|
5
14
|
Full Changelog: [v1.332.0...v1.333.0](https://github.com/Increase/increase-ruby/compare/v1.332.0...v1.333.0)
|
data/README.md
CHANGED
data/lib/increase/version.rb
CHANGED