phoebe 0.1.0.pre.alpha.2 → 0.1.0.pre.alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +14 -0
- data/README.md +1 -1
- data/lib/phoebe/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f16f4f4fde525e79135d3b125b506acd2f19275ab1cccf42ee656031f6d2b780
|
|
4
|
+
data.tar.gz: 6a2dfa11b45c0cf041db9b5345205afcf92475da0a114b6d22e417c3e5568115
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 451c5f4be9672f0bc140e47c1f9fe58f4708aa45fe8eea0501198d551b93937c4ce3c8bf95b659d3e62b091588a0a4a6e72cd65104119cabe986203ea265a028
|
|
7
|
+
data.tar.gz: c9e6dc0840280c56c604754b9736baea89cea7874c67978367086620a3ec6ad182409d2d77fa0d6e114b89e91dcc9cfd077d73827383329dbf99e8972be20461
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.0-alpha.3](https://github.com/phoebe-bird/phoebe-ruby/compare/v0.1.0-alpha.2...v0.1.0-alpha.3) (2026-05-14)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* initial stlc build ([9962257](https://github.com/phoebe-bird/phoebe-ruby/commit/996225799adca84237bb96693418261e5c5404fd))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Chores
|
|
12
|
+
|
|
13
|
+
* enable release-please ([2f7728f](https://github.com/phoebe-bird/phoebe-ruby/commit/2f7728fa4d35ecef5d9dc82473268d9741d43147))
|
|
14
|
+
* regenerate from phoebe-config[#2](https://github.com/phoebe-bird/phoebe-ruby/issues/2) ([da60c3a](https://github.com/phoebe-bird/phoebe-ruby/commit/da60c3a6d521e6f13e6f0db54f8c17a9591b995c))
|
|
15
|
+
* regenerate SDKs from phoebe-config[#2](https://github.com/phoebe-bird/phoebe-ruby/issues/2) (feat: bump openapi info.version to 1.0.2 (Phase 9 dry run [#2](https://github.com/phoebe-bird/phoebe-ruby/issues/2))) ([5c3874a](https://github.com/phoebe-bird/phoebe-ruby/commit/5c3874a4379341b92e4300d1bbcbc54e44c2ed1f))
|
|
16
|
+
|
|
3
17
|
## 0.1.0-alpha.2 (2026-05-14)
|
|
4
18
|
|
|
5
19
|
Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/phoebe-bird/phoebe-ruby/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)
|
data/README.md
CHANGED
|
@@ -26,7 +26,7 @@ To use this gem, install via Bundler by adding the following to your application
|
|
|
26
26
|
<!-- x-release-please-start-version -->
|
|
27
27
|
|
|
28
28
|
```ruby
|
|
29
|
-
gem "phoebe", "~> 0.1.0.pre.alpha.2"
|
|
29
|
+
gem "phoebe", "~> 0.1.0-alpha.3.pre.alpha.2"
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
<!-- x-release-please-end -->
|
data/lib/phoebe/version.rb
CHANGED