increase 1.18.0 → 1.18.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: 3332c07b59b7f7d84e03b5d3f4036e52007bcfda58a22074e6ec63caed4d152d
4
- data.tar.gz: c3d18d3dcc41f5d3e9389c3a3e67585e9669a84a06f82395925b67d6e70e0c5e
3
+ metadata.gz: d9ce8c6968ac6650e147dc79699d29fa17913dab46474b3712569fa46ee688ee
4
+ data.tar.gz: 528d9daf700cbe736699be7d8b6d958f8fd20065701e6ce50834ccd93be2be1f
5
5
  SHA512:
6
- metadata.gz: db4d8dc156ca5853aac1e6a3728b578a9ae3a3a7f343f84684547388a99dab10e892e7e795b594d6cc0b9f136a8721d5c5e2c968b22fb36aef970e8f5f5fd8f2
7
- data.tar.gz: eb2790bfe5197beaa910ad89af0409050c3f97f35a618b036841653669213e20b9b45b2ba90cc65c26aa0d9c551737179e55adc41abf4cfebb0358f87f42e90e
6
+ metadata.gz: 4bf3483312a2408771c501b37454d8b9d80f1795eda235c7d4ae810d4440e23901d6fccb195bba3735ce0d35b3e3b5439db62c34bf1decc1b6b8df987d8df77b
7
+ data.tar.gz: 45fb0a5926bfcf8de7ad7dba05de634312ebdb7f26251c8daabc3909e60afef849ccf0885cb86c4ec8572cf1e91166ebc706a542f00420875189fca01d93c4cb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.18.1 (2025-07-28)
4
+
5
+ Full Changelog: [v1.18.0...v1.18.1](https://github.com/Increase/increase-ruby/compare/v1.18.0...v1.18.1)
6
+
7
+ ### Bug Fixes
8
+
9
+ * **internal:** ensure sorbet test always runs serially ([3fadad9](https://github.com/Increase/increase-ruby/commit/3fadad9784a466584e85aefa67b223010d1d2437))
10
+
11
+
12
+ ### Chores
13
+
14
+ * update contribute.md ([123999a](https://github.com/Increase/increase-ruby/commit/123999a695d9b5c4b895f6743c8657a29fc4ef5b))
15
+
3
16
  ## 1.18.0 (2025-07-23)
4
17
 
5
18
  Full Changelog: [v1.17.0...v1.18.0](https://github.com/Increase/increase-ruby/compare/v1.17.0...v1.18.0)
data/README.md CHANGED
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
15
15
  <!-- x-release-please-start-version -->
16
16
 
17
17
  ```ruby
18
- gem "increase", "~> 1.18.0"
18
+ gem "increase", "~> 1.18.1"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.18.0"
4
+ VERSION = "1.18.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: increase
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.18.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Increase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-24 00:00:00.000000000 Z
11
+ date: 2025-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: connection_pool