We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef344e2 commit eb27b5cCopy full SHA for eb27b5c
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.1.0"
+ ".": "0.1.1"
3
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 0.1.1 (2025-04-08)
4
+
5
+Full Changelog: [v0.1.0...v0.1.1](https://github.com/orbcorp/orb-ruby/compare/v0.1.0...v0.1.1)
6
7
+### Chores
8
9
+* **internal:** version bump ([ef344e2](https://github.com/orbcorp/orb-ruby/commit/ef344e295d437e08f33fc7091a89be121ee6c5e9))
10
11
## 0.1.0 (2025-04-08)
12
13
Full Changelog: [v0.1.0-alpha.39...v0.1.0](https://github.com/orbcorp/orb-ruby/compare/v0.1.0-alpha.39...v0.1.0)
lib/orb/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Orb
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
end
0 commit comments