Skip to content

Commit 48162cc

Browse files
release: 0.3.0
1 parent def1bb2 commit 48162cc

5 files changed

Lines changed: 39 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.2.0"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## 0.3.0 (2026-06-30)
4+
5+
Full Changelog: [v0.2.0...v0.3.0](https://github.com/privy-io/ruby-sdk/compare/v0.2.0...v0.3.0)
6+
7+
### Features
8+
9+
* **api:** api update ([c11ea9a](https://github.com/privy-io/ruby-sdk/commit/c11ea9a5d62d0f6e626e90d8681236db0accafcc))
10+
* **api:** api update ([7e3ffbe](https://github.com/privy-io/ruby-sdk/commit/7e3ffbe134e0688b9e7302fa44c1a7f0e01d6c38))
11+
* **api:** api update ([43e436e](https://github.com/privy-io/ruby-sdk/commit/43e436e499942f7d625df41840d5a6ea0084102c))
12+
* **api:** api update ([a6dbb5e](https://github.com/privy-io/ruby-sdk/commit/a6dbb5ea6b71438c80b9467bc1abc02394a2ac5d))
13+
* **api:** api update ([7d0d552](https://github.com/privy-io/ruby-sdk/commit/7d0d552761b076c02194ea3298368f4397f506c2))
14+
* **api:** api update ([217383d](https://github.com/privy-io/ruby-sdk/commit/217383d9619b2e05ad041e34aab748fe0c9e19f7))
15+
* **api:** api update ([8d8bf9c](https://github.com/privy-io/ruby-sdk/commit/8d8bf9c72e57eecf25b46d6ee73f0d11216be3e5))
16+
* **api:** api update ([3db61d7](https://github.com/privy-io/ruby-sdk/commit/3db61d7dd5a0f6624cd3d9013017e777025f575f))
17+
* **api:** api update ([7b711f4](https://github.com/privy-io/ruby-sdk/commit/7b711f4d5aa162d9f1c078e925c8d1e984e2a15a))
18+
* **api:** api update ([6a2cb69](https://github.com/privy-io/ruby-sdk/commit/6a2cb693fdae433fc33bf631808d85a43fb778f9))
19+
* **api:** api update ([61671f1](https://github.com/privy-io/ruby-sdk/commit/61671f1fac613975ecc669f54dc0852e586e2a5c))
20+
* **api:** api update ([8829d21](https://github.com/privy-io/ruby-sdk/commit/8829d21c18fc2eb3de36b70f32d04ae4ad15a101))
21+
* **api:** api update ([4405223](https://github.com/privy-io/ruby-sdk/commit/4405223bae1d6eb3fee33e136419a79e4325b170))
22+
* **api:** api update ([4e29145](https://github.com/privy-io/ruby-sdk/commit/4e29145002eaef060b33874658fddc5d5bf3102f))
23+
* **api:** api update ([5ae0da6](https://github.com/privy-io/ruby-sdk/commit/5ae0da6e942c05218ecdd2901baa3c05eedde5c4))
24+
* **api:** api update ([e2e3e18](https://github.com/privy-io/ruby-sdk/commit/e2e3e18ec3107ab2fa030d7bedc51adeb0f248f5))
25+
* **api:** api update ([d50fa93](https://github.com/privy-io/ruby-sdk/commit/d50fa93adb8156a4032931b66a515c3a2ef23e6f))
26+
* **api:** api update ([9a580ef](https://github.com/privy-io/ruby-sdk/commit/9a580ef6a5cdaf0756882916dce2412f96427a97))
27+
28+
29+
### Bug Fixes
30+
31+
* **client:** send content-type header for requests with an omitted optional body ([bae0ce9](https://github.com/privy-io/ruby-sdk/commit/bae0ce9808103346ec6483750cfbcaaa46314867))
32+
33+
34+
### Chores
35+
36+
* **internal:** bound formatter parallelism to CPU count ([def1bb2](https://github.com/privy-io/ruby-sdk/commit/def1bb2022e46763cd9a4d1940b0206adde54ded))
37+
338
## 0.2.0 (2026-06-05)
439

540
Full Changelog: [v0.1.0...v0.2.0](https://github.com/privy-io/ruby-sdk/compare/v0.1.0...v0.2.0)

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-
privy_ruby (0.2.0)
14+
privy_ruby (0.3.0)
1515
cgi
1616
connection_pool
1717
hpke

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 "privy_ruby", "~> 0.2.0"
20+
gem "privy_ruby", "~> 0.3.0"
2121
```
2222

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

lib/privy/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 Privy
4-
VERSION = "0.2.0"
4+
VERSION = "0.3.0"
55
end

0 commit comments

Comments
 (0)