Skip to content

Commit 1038bad

Browse files
release: 0.1.0
1 parent 0eb94d3 commit 1038bad

5 files changed

Lines changed: 25 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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-05-25)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/onlyfansapi/onlyfansapi-ruby/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** api update ([0eb94d3](https://github.com/onlyfansapi/onlyfansapi-ruby/commit/0eb94d3f12d0a4c34d66d308894bf6b2fa800885))
10+
* **api:** api update ([0ed39af](https://github.com/onlyfansapi/onlyfansapi-ruby/commit/0ed39af885221d4f7a259ea30a202d2854c7afc6))
11+
* **api:** api update ([7e296d4](https://github.com/onlyfansapi/onlyfansapi-ruby/commit/7e296d4c232ab3c5a426beb2410362cab3143067))
12+
* **api:** api update ([84071ab](https://github.com/onlyfansapi/onlyfansapi-ruby/commit/84071ab4352b54308f895008155cf2d178b1bb22))
13+
* **api:** api update ([eb3b6d6](https://github.com/onlyfansapi/onlyfansapi-ruby/commit/eb3b6d6cdaeb2484a08f5b669703f881bb06a77e))
14+
* **api:** manual updates ([27f0026](https://github.com/onlyfansapi/onlyfansapi-ruby/commit/27f00267fd3776c89862fdc2043337c226863c2d))
15+
* **api:** manual updates ([26f588a](https://github.com/onlyfansapi/onlyfansapi-ruby/commit/26f588a61a0cc9736afe486ec7e9347b4aef96c5))
16+
17+
18+
### Chores
19+
20+
* configure new SDK language ([1d36d97](https://github.com/onlyfansapi/onlyfansapi-ruby/commit/1d36d9741a09dbb910e97ba3cdceeadb84b2f51c))
21+
* update SDK settings ([1d02f9d](https://github.com/onlyfansapi/onlyfansapi-ruby/commit/1d02f9de8014097a41956d96e4b896b76bb6f294))

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-
onlyfansapi (0.0.1)
14+
onlyfansapi (0.1.0)
1515
cgi
1616
connection_pool
1717

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 "onlyfansapi", "~> 0.0.1"
20+
gem "onlyfansapi", "~> 0.1.0"
2121
```
2222

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

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

0 commit comments

Comments
 (0)