Skip to content

Commit bc79ebf

Browse files
authored
Merge pull request #206 from orbcorp/release-please--branches--main--changes--next
release: 0.1.0-alpha.34
2 parents 602266e + d5595a4 commit bc79ebf

File tree

7 files changed

+14
-6
lines changed

7 files changed

+14
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.33"
2+
".": "0.1.0-alpha.34"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.1.0-alpha.34 (2025-04-02)
4+
5+
Full Changelog: [v0.1.0-alpha.33...v0.1.0-alpha.34](https://github.com/orbcorp/orb-ruby/compare/v0.1.0-alpha.33...v0.1.0-alpha.34)
6+
7+
### Chores
8+
9+
* **internal:** version bump ([#205](https://github.com/orbcorp/orb-ruby/issues/205)) ([eff998e](https://github.com/orbcorp/orb-ruby/commit/eff998ea9bb85edc4987b45026da06d14b905964))
10+
311
## 0.1.0-alpha.33 (2025-04-02)
412

513
Full Changelog: [v0.1.0-alpha.32...v0.1.0-alpha.33](https://github.com/orbcorp/orb-ruby/compare/v0.1.0-alpha.32...v0.1.0-alpha.33)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
orb-billing (0.1.0.pre.alpha.32)
14+
orb-billing (0.1.0.pre.alpha.33)
1515
connection_pool
1616

1717
GEM

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The underlying REST API documentation can be found on [docs.withorb.com](https:/
1313
To use this gem, install via Bundler by adding the following to your application's `Gemfile`:
1414

1515
```ruby
16-
gem "orb-billing", "~> 0.1.0.pre.alpha.32"
16+
gem "orb-billing", "~> 0.1.0.pre.alpha.33"
1717
```
1818

1919
To fetch an initial copy of the gem:

lib/orb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Orb
4-
VERSION = "0.1.0-alpha.33"
4+
VERSION = "0.1.0-alpha.34"
55
end

rbi/lib/orb/version.rbi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# typed: strong
22

33
module Orb
4-
VERSION = "0.1.0-alpha.33"
4+
VERSION = "0.1.0-alpha.34"
55
end

sig/orb/version.rbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Orb
2-
VERSION: "0.1.0-alpha.32"
2+
VERSION: "0.1.0-alpha.33"
33
end

0 commit comments

Comments
 (0)