Skip to content

Commit

Permalink
docs: Update version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEbbing committed Oct 2, 2024
1 parent 8550539 commit 464fafe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [3.0.2] - 2024-10-02
### Added
* Added doc example and tests for context parameter
### Fixed
Expand Down Expand Up @@ -41,7 +41,7 @@ The change in major version is only due to the change in maintainership, there i
* Make RequestEntityTooLarge error message more clear


[Unreleased]: https://github.com/DeepLcom/deepl-rb/compare/v3.0.1...HEAD
[3.0.2]: https://github.com/DeepLcom/deepl-rb/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/DeepLcom/deepl-rb/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/DeepLcom/deepl-rb/compare/v2.5.3...v3.0.0
[2.5.3]: https://github.com/DeepLcom/deepl-rb/compare/v2.5.2...v2.5.3
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.1
3.0.2
7 changes: 4 additions & 3 deletions deepl-rb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: deepl-rb 3.0.1 ruby lib
# stub: deepl-rb 3.0.2 ruby lib

Gem::Specification.new do |s|
s.name = "deepl-rb".freeze
s.version = "3.0.1"
s.version = "3.0.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.metadata = { "bug_tracker_uri" => "https://github.com/DeepLcom/deepl-rb/issues", "changelog_uri" => "https://github.com/DeepLcom/deepl-rb/blob/main/CHANGELOG.md", "documentation_uri" => "https://github.com/DeepLcom/deepl-rb/blob/main/README.md", "homepage_uri" => "https://github.com/DeepLcom/deepl-rb" } if s.respond_to? :metadata=
s.require_paths = ["lib".freeze]
s.authors = ["DeepL SE".freeze]
s.date = "2024-09-23"
s.date = "2024-10-02"
s.description = "Official Ruby library for the DeepL language translation API (v2). For more information, check this: https://www.deepl.com/docs/api-reference.html".freeze
s.email = "open-source@deepl.com".freeze
s.extra_rdoc_files = [
Expand Down

0 comments on commit 464fafe

Please sign in to comment.