Skip to content

Commit 722483a

Browse files
release: 0.1.0-alpha.15
1 parent f19ffe6 commit 722483a

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
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.14"
2+
".": "0.1.0-alpha.15"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.15 (2025-02-27)
4+
5+
Full Changelog: [v0.1.0-alpha.14...v0.1.0-alpha.15](https://github.com/orbcorp/orb-ruby/compare/v0.1.0-alpha.14...v0.1.0-alpha.15)
6+
7+
### Features
8+
9+
* add deprecation notice to enum members and resources ([#74](https://github.com/orbcorp/orb-ruby/issues/74)) ([0cecdf1](https://github.com/orbcorp/orb-ruby/commit/0cecdf1e6cf6db440f2054a4eee82de2b90c5f4f))
10+
* **api:** api update ([#78](https://github.com/orbcorp/orb-ruby/issues/78)) ([e26110d](https://github.com/orbcorp/orb-ruby/commit/e26110dc8f300916944fd4dfe1cdeb16eaa4a434))
11+
* isolate platform headers ([#75](https://github.com/orbcorp/orb-ruby/issues/75)) ([eda97ab](https://github.com/orbcorp/orb-ruby/commit/eda97abd0731fef8fdc57ef87b1561994e523cce))
12+
13+
14+
### Chores
15+
16+
* **internal:** group related utils together ([#77](https://github.com/orbcorp/orb-ruby/issues/77)) ([e23b128](https://github.com/orbcorp/orb-ruby/commit/e23b12879de3ef390cc88ab5ef3a623d579a1281))
17+
* **internal:** version bump ([#72](https://github.com/orbcorp/orb-ruby/issues/72)) ([3176998](https://github.com/orbcorp/orb-ruby/commit/3176998d707c6a87564818d1c6d3de33fbc80738))
18+
* **refactor:** improve requester internals ([#76](https://github.com/orbcorp/orb-ruby/issues/76)) ([4a1ea7b](https://github.com/orbcorp/orb-ruby/commit/4a1ea7b11a546d74f1e20d229c43ec30ac58b4c5))
19+
320
## 0.1.0-alpha.14 (2025-02-25)
421

522
Full Changelog: [v0.1.0-alpha.13...v0.1.0-alpha.14](https://github.com/orbcorp/orb-ruby/compare/v0.1.0-alpha.13...v0.1.0-alpha.14)

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 (0.1.0.pre.alpha.14)
14+
orb (0.1.0.pre.alpha.15)
1515
connection_pool
1616

1717
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.14"
4+
VERSION = "0.1.0-alpha.15"
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.14"
4+
VERSION = "0.1.0-alpha.15"
55
end

0 commit comments

Comments
 (0)