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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 436ba8dede7b74afe553da785e9f212de840562adc8d36eb92141af7c19ebba1
4
- data.tar.gz: 884945cac800c0c18da46102ff683f075113f8fb9a97520adc3eed26cf413fea
3
+ metadata.gz: f16f4f4fde525e79135d3b125b506acd2f19275ab1cccf42ee656031f6d2b780
4
+ data.tar.gz: 6a2dfa11b45c0cf041db9b5345205afcf92475da0a114b6d22e417c3e5568115
5
5
  SHA512:
6
- metadata.gz: d1060f89f0ee3f41461b7e2c5fcd235f1d7166dbd7b1186f63ed8742cb83decd9a4debddaf69735b9821f9d57d0e8135ad602210a4c955e895b388da90296bcd
7
- data.tar.gz: 427d20e01005775fc1b2ce828205568465c7a65ab84be2c28055a35ad2901ff52fafea37eea465e74c79131b3e78eea7eb04e8e3d6e8a11a4ebc4f5a4c7b5d43
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 -->
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Phoebe
4
- VERSION = "0.1.0.pre.alpha.2"
4
+ VERSION = "0.1.0-alpha.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phoebe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.pre.alpha.2
4
+ version: 0.1.0.pre.alpha.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Phoebe