Skip to content

Commit c3304b9

Browse files
release: 0.1.0-alpha.4
1 parent 2aa75ea commit c3304b9

File tree

3 files changed

+21
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## 0.1.0-alpha.4 (2025-02-06)
4+
5+
Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/orbcorp/orb-ruby/compare/v0.1.0-alpha.3...v0.1.0-alpha.4)
6+
7+
### Features
8+
9+
* inline sorbet type aliases ([#11](https://github.com/orbcorp/orb-ruby/issues/11)) ([6a9e53b](https://github.com/orbcorp/orb-ruby/commit/6a9e53bc2ca595dc364d24344fd4699943185320))
10+
11+
12+
### Bug Fixes
13+
14+
* temporarily run CI without bundler cache ([#13](https://github.com/orbcorp/orb-ruby/issues/13)) ([ea23c80](https://github.com/orbcorp/orb-ruby/commit/ea23c80e845b00492b113262bfe1d0e1cc0d0e89))
15+
16+
17+
### Chores
18+
19+
* formatting change for `*.rbi` files ([#12](https://github.com/orbcorp/orb-ruby/issues/12)) ([cf7f557](https://github.com/orbcorp/orb-ruby/commit/cf7f557bf34c636a7df13c9d38c7be4f1895c24f))
20+
* **internal:** version bump ([#9](https://github.com/orbcorp/orb-ruby/issues/9)) ([87701c3](https://github.com/orbcorp/orb-ruby/commit/87701c374f150d57cc7db255d2b2fed4fe952138))
21+
322
## 0.1.0-alpha.3 (2025-02-06)
423

524
Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/orbcorp/orb-ruby/compare/v0.1.0-alpha.2...v0.1.0-alpha.3)

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

0 commit comments

Comments
 (0)