Skip to content

Commit

Permalink
release: 0.1.0-alpha.16
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Mar 4, 2025
1 parent 0bfd6f6 commit 6dd552a
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 4 deletions.
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.15"
".": "0.1.0-alpha.16"
}
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## 0.1.0-alpha.16 (2025-03-04)

Full Changelog: [v0.1.0-alpha.15...v0.1.0-alpha.16](https://github.com/Modern-Treasury/modern-treasury-ruby/compare/v0.1.0-alpha.15...v0.1.0-alpha.16)

### Features

* add deprecation notice to enum members and resources ([#244](https://github.com/Modern-Treasury/modern-treasury-ruby/issues/244)) ([fb72692](https://github.com/Modern-Treasury/modern-treasury-ruby/commit/fb72692ef48d0beeb9c5cc0ce29d9ce57cdb9fd5))
* **internal:** modified tests for thread and fiber safety ([#250](https://github.com/Modern-Treasury/modern-treasury-ruby/issues/250)) ([dfae756](https://github.com/Modern-Treasury/modern-treasury-ruby/commit/dfae756f1770139b8a03a4883aa46d34b6cedfdd))
* isolate platform headers ([#245](https://github.com/Modern-Treasury/modern-treasury-ruby/issues/245)) ([37ee661](https://github.com/Modern-Treasury/modern-treasury-ruby/commit/37ee661500df8b2a5c5b45fa48152a14ec7fb601))
* use Time type instead of String ([#248](https://github.com/Modern-Treasury/modern-treasury-ruby/issues/248)) ([43a8bce](https://github.com/Modern-Treasury/modern-treasury-ruby/commit/43a8bce634d49d9e185c70030ba5eebbbee1fe88))


### Bug Fixes

* better support header parameters ([#251](https://github.com/Modern-Treasury/modern-treasury-ruby/issues/251)) ([ea3f187](https://github.com/Modern-Treasury/modern-treasury-ruby/commit/ea3f1875e37f7cef409980927e84c3766263b068))


### Chores

* be consistent and use lower case headers everywhere ([#252](https://github.com/Modern-Treasury/modern-treasury-ruby/issues/252)) ([17b99c3](https://github.com/Modern-Treasury/modern-treasury-ruby/commit/17b99c3773896718c3f892eed230487f7fd779bc))
* **internal:** add utils methods for parsing SSE ([#253](https://github.com/Modern-Treasury/modern-treasury-ruby/issues/253)) ([0bfd6f6](https://github.com/Modern-Treasury/modern-treasury-ruby/commit/0bfd6f69f8255beea8af70668b12cde28413c87a))
* **internal:** group related utils together ([#247](https://github.com/Modern-Treasury/modern-treasury-ruby/issues/247)) ([7433b72](https://github.com/Modern-Treasury/modern-treasury-ruby/commit/7433b728498965cd6c403d8111f0574dfec54335))
* **internal:** prune unused `extern` references ([#242](https://github.com/Modern-Treasury/modern-treasury-ruby/issues/242)) ([3a44bf4](https://github.com/Modern-Treasury/modern-treasury-ruby/commit/3a44bf4d6624ed702295e6b7f434f2d1cec1f4a3))
* **refactor:** improve requester internals ([#246](https://github.com/Modern-Treasury/modern-treasury-ruby/issues/246)) ([cf4388f](https://github.com/Modern-Treasury/modern-treasury-ruby/commit/cf4388faaf7f871a005a6ef60b9e0f44f4ea03b0))


### Documentation

* update URLs from stainlessapi.com to stainless.com ([#249](https://github.com/Modern-Treasury/modern-treasury-ruby/issues/249)) ([4b26881](https://github.com/Modern-Treasury/modern-treasury-ruby/commit/4b268816ee6ccd4f2c8e0757c853058baaaf82e1))

## 0.1.0-alpha.15 (2025-02-21)

Full Changelog: [v0.1.0-alpha.14...v0.1.0-alpha.15](https://github.com/Modern-Treasury/modern-treasury-ruby/compare/v0.1.0-alpha.14...v0.1.0-alpha.15)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
modern_treasury (0.1.0.pre.alpha.15)
modern_treasury (0.1.0.pre.alpha.16)
connection_pool

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/modern_treasury/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ModernTreasury
VERSION = "0.1.0-alpha.15"
VERSION = "0.1.0-alpha.16"
end
2 changes: 1 addition & 1 deletion rbi/lib/modern_treasury/version.rbi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# typed: strong

module ModernTreasury
VERSION = "0.1.0-alpha.15"
VERSION = "0.1.0-alpha.16"
end

0 comments on commit 6dd552a

Please sign in to comment.