Skip to content

Commit

Permalink
chore: release 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 26, 2024
1 parent 091486f commit dbc8110
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.3](https://github.com/kleister/kleister-ruby/compare/v1.4.2...v1.4.3) (2024-08-26)


### Bugfixes

* **deps:** update dependency rexml to v3.3.6 ([9b1370f](https://github.com/kleister/kleister-ruby/commit/9b1370f9f6b87b613629e6e24e2ebfb432ac227a))

## [1.4.2](https://github.com/kleister/kleister-ruby/compare/v1.4.1...v1.4.2) (2024-08-12)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
kleister (1.4.2)
kleister (1.4.3)
faraday (~> 2.9.0)
faraday-multipart (~> 1.0.4)
marcel (~> 1.0.4)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This repository provides a client SDK for Ruby. This SDK is automatically
generated by the [OpenAPI Generator][generator] project:

- API version: 1.0.0-alpha1
- Package version: 1.4.2
- Package version: 1.4.3
- Build package: org.openapitools.codegen.languages.RubyClientCodegen

For more information, please visit [https://kleister.eu](https://kleister.eu)
Expand All @@ -21,7 +21,7 @@ the built gem:

```console
gem build kleister.gemspec
gem install ./kleister-1.4.2.gem
gem install ./kleister-1.4.3.gem
```

### Install from Rubygems
Expand All @@ -30,7 +30,7 @@ If you want to use a a properly released version hosted Rubygems you just need
to add the following line to your Gemfile:

```ruby
gem 'kleister', '~> 1.4.2'
gem 'kleister', '~> 1.4.3'
```

### Install from Git
Expand Down
2 changes: 1 addition & 1 deletion lib/kleister/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
#

module Kleister
VERSION = '1.4.2'.freeze
VERSION = '1.4.3'.freeze
end
2 changes: 1 addition & 1 deletion openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gemHomepage: https://github.com/kleister/kleister-ruby
gemLicense: Apache-2.0
gemName: kleister
gemSummary: Manage mod packs for Minecraft
gemVersion: 1.4.2
gemVersion: 1.4.3
moduleName: Kleister
library: faraday
enablePostProcessFile: true
Expand Down

0 comments on commit dbc8110

Please sign in to comment.