Skip to content

Commit 191a98f

Browse files
release: 0.0.1-alpha.1
1 parent 778ece6 commit 191a98f

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
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.0.1-alpha.0"
2+
".": "0.0.1-alpha.1"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
## 0.0.1-alpha.1 (2025-05-29)
4+
5+
Full Changelog: [v0.0.1-alpha.0...v0.0.1-alpha.1](https://github.com/brand-dot-dev/ruby-sdk/compare/v0.0.1-alpha.0...v0.0.1-alpha.1)
6+
7+
### Chores
8+
9+
* configure new SDK language ([4b2d19e](https://github.com/brand-dot-dev/ruby-sdk/commit/4b2d19e3ea9342c01529655c0231e1258c04de35))
10+
* update SDK settings ([778ece6](https://github.com/brand-dot-dev/ruby-sdk/commit/778ece6f6d06cdace4cfcf227bb25aaef989877b))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
1515
<!-- x-release-please-start-version -->
1616

1717
```ruby
18-
gem "brand.dev", "~> 0.0.1.pre.alpha.0"
18+
gem "brand.dev", "~> 0.0.1.pre.alpha.1"
1919
```
2020

2121
<!-- x-release-please-end -->

lib/brand_dev/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 BrandDev
4-
VERSION = "0.0.1.pre.alpha.0"
4+
VERSION = "0.0.1.pre.alpha.1"
55
end

0 commit comments

Comments
 (0)