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 Feb 25, 2025
1 parent fb72692 commit 0751f57
Show file tree
Hide file tree
Showing 5 changed files with 17 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"
}
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.16 (2025-02-25)

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))


### Chores

* **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))

## 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 0751f57

Please sign in to comment.