Skip to content

Commit 5fbed45

Browse files
release: 0.1.0
1 parent feedff6 commit 5fbed45

5 files changed

Lines changed: 42 additions & 4 deletions

File tree

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

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-01-06)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/Alchemyst-ai/alchemyst-sdk-ruby/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** api update ([feedff6](https://github.com/Alchemyst-ai/alchemyst-sdk-ruby/commit/feedff66145712eaa323d83a009c9fff58eda74b))
10+
* **api:** api update ([b2db68f](https://github.com/Alchemyst-ai/alchemyst-sdk-ruby/commit/b2db68f47d08aa7aa63a095bda4d3e0eb8fb6069))
11+
* **api:** api update ([b8e6b62](https://github.com/Alchemyst-ai/alchemyst-sdk-ruby/commit/b8e6b621a99750f3c47c2ec6304eda11e6b73aea))
12+
* **api:** api update ([baf92be](https://github.com/Alchemyst-ai/alchemyst-sdk-ruby/commit/baf92becc37af7bf93d0b060de613fdc0a1c15e4))
13+
* **api:** api update ([811e6df](https://github.com/Alchemyst-ai/alchemyst-sdk-ruby/commit/811e6df7680a480baf835928a495c7f864d7f2fa))
14+
* **api:** api update ([6a6a7b6](https://github.com/Alchemyst-ai/alchemyst-sdk-ruby/commit/6a6a7b6e411e574eaec2593a711a81770d43bf25))
15+
* **api:** api update ([de0c4b1](https://github.com/Alchemyst-ai/alchemyst-sdk-ruby/commit/de0c4b1b412c5532eb360d491f1dc9df3382430b))
16+
* **api:** api update ([8c93763](https://github.com/Alchemyst-ai/alchemyst-sdk-ruby/commit/8c93763c9096326e5b2d4f071c7c1833d4d38fae))
17+
* **api:** api update ([ef12fbb](https://github.com/Alchemyst-ai/alchemyst-sdk-ruby/commit/ef12fbb98d3968e73e2bb7e27060ffcfeb839f24))
18+
* **api:** manual updates ([6c49f0b](https://github.com/Alchemyst-ai/alchemyst-sdk-ruby/commit/6c49f0b0004c73e4f27f3a0e97b82ca5ba8cd049))
19+
* **api:** manual updates ([196773e](https://github.com/Alchemyst-ai/alchemyst-sdk-ruby/commit/196773ee1c15aa71a046397c30f56948f461d940))
20+
* **api:** manual updates ([8ee7233](https://github.com/Alchemyst-ai/alchemyst-sdk-ruby/commit/8ee7233250fa379b3a4c1f7142c07077b0b8f3a5))
21+
* **api:** manual updates ([598470b](https://github.com/Alchemyst-ai/alchemyst-sdk-ruby/commit/598470b2c2a403b90c69fdc561e676dd690a6a50))
22+
* **api:** manual updates ([72e8b46](https://github.com/Alchemyst-ai/alchemyst-sdk-ruby/commit/72e8b46267089daa4c3df00f72bfa890e3976f8f))
23+
24+
25+
### Bug Fixes
26+
27+
* better thread safety via early initializing SSL store during HTTP client creation ([3106c66](https://github.com/Alchemyst-ai/alchemyst-sdk-ruby/commit/3106c66fa7ee8163481d3dbd9bde83178a391c9b))
28+
* calling `break` out of streams should be instantaneous ([877c778](https://github.com/Alchemyst-ai/alchemyst-sdk-ruby/commit/877c778c4e761f4e4944095d0f15541647d2f511))
29+
* issue where json.parse errors when receiving HTTP 204 with nobody ([24f6a66](https://github.com/Alchemyst-ai/alchemyst-sdk-ruby/commit/24f6a66a8e1a27ecf377cbb1c84992db09d19556))
30+
31+
32+
### Chores
33+
34+
* bump dependency version and update sorbet types ([67bbf9e](https://github.com/Alchemyst-ai/alchemyst-sdk-ruby/commit/67bbf9edf928f5bc4dfb3e3fe8169a92e4ccd8ef))
35+
* configure new SDK language ([e190a97](https://github.com/Alchemyst-ai/alchemyst-sdk-ruby/commit/e190a977d5a187986baf8681fb76d948515ead59))
36+
* explicitly require "base64" gem ([64b9040](https://github.com/Alchemyst-ai/alchemyst-sdk-ruby/commit/64b904084915f4c8fb527c1841d85698f5b9eb3a))
37+
* **internal:** codegen related update ([f5df49f](https://github.com/Alchemyst-ai/alchemyst-sdk-ruby/commit/f5df49f27ac89066fb728f61bd6c82d884732093))
38+
* update SDK settings ([672bbec](https://github.com/Alchemyst-ai/alchemyst-sdk-ruby/commit/672bbeccab65178f40971cc96fcc77ad3fa2d21c))

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
alchemystai (0.0.1)
14+
alchemystai (0.1.0)
1515
connection_pool
1616

1717
GEM

README.md

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

1919
```ruby
20-
gem "alchemystai", "~> 0.0.1"
20+
gem "alchemystai", "~> 0.1.0"
2121
```
2222

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

lib/alchemystai/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 Alchemystai
4-
VERSION = "0.0.1"
4+
VERSION = "0.1.0"
55
end

0 commit comments

Comments
 (0)