Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0-alpha.16"
".": "0.1.0-alpha.17"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 195
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-83756f4a82da617a4b41b72a78028e4ed15edad4019e54ec8802db67c04cb242.yml
openapi_spec_hash: 33ff739bdaeee562575bea13c7c5696c
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-242cd2c71436a98908280d032939d4eeb3f68721fbcd414d8dcd9280db02558a.yml
openapi_spec_hash: 2511217927c87d37b9e5eaac8bd80a8b
config_hash: 1619155422217276e2489ae10ce63a25
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.1.0-alpha.17 (2025-05-06)

Full Changelog: [v0.1.0-alpha.16...v0.1.0-alpha.17](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.16...v0.1.0-alpha.17)

### Features

* **api:** api update ([8b2b2cd](https://github.com/Increase/increase-ruby/commit/8b2b2cd1ccd949365a86684edc106f892576fa54))


### Chores

* **internal:** codegen related update ([622d726](https://github.com/Increase/increase-ruby/commit/622d7260de885573acdbe1f890830f3759bbf852))

## 0.1.0-alpha.16 (2025-05-06)

Full Changelog: [v0.1.0-alpha.15...v0.1.0-alpha.16](https://github.com/Increase/increase-ruby/compare/v0.1.0-alpha.15...v0.1.0-alpha.16)
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
increase (0.1.0.pre.alpha.16)
increase (0.1.0.pre.alpha.17)
connection_pool

GEM
Expand Down Expand Up @@ -121,13 +121,13 @@ GEM
prism (~> 1.4)
ruby-progressbar (1.13.0)
securerandom (0.4.1)
sorbet (0.5.12060)
sorbet-static (= 0.5.12060)
sorbet-runtime (0.5.12060)
sorbet-static (0.5.12060-x86_64-linux)
sorbet-static-and-runtime (0.5.12060)
sorbet (= 0.5.12060)
sorbet-runtime (= 0.5.12060)
sorbet (0.5.12067)
sorbet-static (= 0.5.12067)
sorbet-runtime (0.5.12067)
sorbet-static (0.5.12067-x86_64-linux)
sorbet-static-and-runtime (0.5.12067)
sorbet (= 0.5.12067)
sorbet-runtime (= 0.5.12067)
spoom (1.6.1)
erubi (>= 1.10.0)
prism (>= 0.28.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
<!-- x-release-please-start-version -->

```ruby
gem "increase", "~> 0.1.0.pre.alpha.16"
gem "increase", "~> 0.1.0.pre.alpha.17"
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion lib/increase/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Increase
VERSION = "0.1.0.pre.alpha.16"
VERSION = "0.1.0.pre.alpha.17"
end
Loading