Skip to content

Commit 6dc9b2e

Browse files
release: 0.4.2
1 parent 130dd42 commit 6dc9b2e

5 files changed

Lines changed: 29 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.4.1"
2+
".": "0.4.2"
33
}

CHANGELOG.md

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

3+
## 0.4.2 (2026-04-09)
4+
5+
Full Changelog: [v0.4.1...v0.4.2](https://github.com/Hexlet/cloudpayments-ruby/compare/v0.4.1...v0.4.2)
6+
7+
### Bug Fixes
8+
9+
* align path encoding with RFC 3986 section 3.3 ([090212b](https://github.com/Hexlet/cloudpayments-ruby/commit/090212b29a6295c575a845adc45b0a5ed8262c81))
10+
* **internal:** correct multipart form field name encoding ([b4394ee](https://github.com/Hexlet/cloudpayments-ruby/commit/b4394ee4c68e84bd71af191b6deda6a7bb3c3080))
11+
* multipart encoding for file arrays ([130dd42](https://github.com/Hexlet/cloudpayments-ruby/commit/130dd42926834c23d056df829d7d65c05364f087))
12+
* properly mock time in ruby ci tests ([7cfd820](https://github.com/Hexlet/cloudpayments-ruby/commit/7cfd8204e2a9d7045d9a05045be6b525768455e0))
13+
* variable name typo ([74c7bb5](https://github.com/Hexlet/cloudpayments-ruby/commit/74c7bb5ecea0ba1797f0ac837953e94906d7391e))
14+
15+
16+
### Chores
17+
18+
* **ci:** add build step ([9287b3c](https://github.com/Hexlet/cloudpayments-ruby/commit/9287b3cf46dba9228ab6aa4472d7f0cc8a2e437d))
19+
* **ci:** skip lint on metadata-only changes ([c9de760](https://github.com/Hexlet/cloudpayments-ruby/commit/c9de760a0803d8a04e298009b54508d0f65e44ed))
20+
* **ci:** skip uploading artifacts on stainless-internal branches ([928a685](https://github.com/Hexlet/cloudpayments-ruby/commit/928a68530d231ae1588a6890280166caf2309831))
21+
* **ci:** support opting out of skipping builds on metadata-only commits ([0aa99a1](https://github.com/Hexlet/cloudpayments-ruby/commit/0aa99a16822e786207fe0dbf85fc20af0aa4b7b4))
22+
* **internal:** codegen related update ([2fc9917](https://github.com/Hexlet/cloudpayments-ruby/commit/2fc991731a559b659f2dbe3ae53c130fda957533))
23+
* **internal:** remove mock server code ([e100d4f](https://github.com/Hexlet/cloudpayments-ruby/commit/e100d4f1eb3433101355817d309ae3008b0faa06))
24+
* **internal:** tweak CI branches ([85b9aeb](https://github.com/Hexlet/cloudpayments-ruby/commit/85b9aeb70a105aafdfbe6665fc2f5576ca6a0d98))
25+
* **internal:** update gitignore ([1fb92c3](https://github.com/Hexlet/cloudpayments-ruby/commit/1fb92c3f2453e220bd6c3ea478ad22db68c443b5))
26+
* update mock server docs ([36a2a37](https://github.com/Hexlet/cloudpayments-ruby/commit/36a2a3788aa8b4638c9d41e2fe54a6cd4a939990))
27+
328
## 0.4.1 (2026-02-13)
429

530
Full Changelog: [v0.4.0...v0.4.1](https://github.com/Hexlet/cloudpayments-ruby/compare/v0.4.0...v0.4.1)

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-
cloudpayments-ruby (0.4.1)
14+
cloudpayments-ruby (0.4.2)
1515
cgi
1616
connection_pool
1717

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 "cloudpayments-ruby", "~> 0.4.1"
18+
gem "cloudpayments-ruby", "~> 0.4.2"
1919
```
2020

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

lib/cloudpayments_ruby/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 CloudpaymentsRuby
4-
VERSION = "0.4.1"
4+
VERSION = "0.4.2"
55
end

0 commit comments

Comments
 (0)