Skip to content

Commit 464fafe

Browse files
committed
docs: Update version to 3.0.2
1 parent 8550539 commit 464fafe

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

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

4343

44-
[Unreleased]: https://github.com/DeepLcom/deepl-rb/compare/v3.0.1...HEAD
44+
[3.0.2]: https://github.com/DeepLcom/deepl-rb/compare/v3.0.1...v3.0.2
4545
[3.0.1]: https://github.com/DeepLcom/deepl-rb/compare/v3.0.0...v3.0.1
4646
[3.0.0]: https://github.com/DeepLcom/deepl-rb/compare/v2.5.3...v3.0.0
4747
[2.5.3]: https://github.com/DeepLcom/deepl-rb/compare/v2.5.2...v2.5.3

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1
1+
3.0.2

deepl-rb.gemspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22
# DO NOT EDIT THIS FILE DIRECTLY
33
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
44
# -*- encoding: utf-8 -*-
5-
# stub: deepl-rb 3.0.1 ruby lib
5+
# stub: deepl-rb 3.0.2 ruby lib
66

77
Gem::Specification.new do |s|
88
s.name = "deepl-rb".freeze
9-
s.version = "3.0.1"
9+
s.version = "3.0.2"
1010

1111
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12+
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=
1213
s.require_paths = ["lib".freeze]
1314
s.authors = ["DeepL SE".freeze]
14-
s.date = "2024-09-23"
15+
s.date = "2024-10-02"
1516
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
1617
s.email = "[email protected]".freeze
1718
s.extra_rdoc_files = [

0 commit comments

Comments
 (0)