Skip to content

Commit ca53d6e

Browse files
docs: Bump version to 1.18.0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5dab686 commit ca53d6e

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Configuration file for bumpversion
22
# See https://github.com/callowayproject/bump-my-version
33
[tool.bumpversion]
4-
current_version = "1.17.0"
4+
current_version = "1.18.0"
55
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
66
serialize = ["{major}.{minor}.{patch}"]
77
search = "{current_version}"

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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
## [Unreleased]
8+
9+
## [1.18.0] - 2026-04-09
810
### Added
911
- Added support for translation memories in text translation via
1012
`TranslateTextOptions::TRANSLATION_MEMORY_ID` and
@@ -257,7 +259,8 @@ Stable release.
257259
## [0.1.0] - 2022-04-22
258260
Initial version.
259261

260-
[Unreleased]: https://github.com/DeepLcom/deepl-php/compare/v1.17.0...HEAD
262+
[Unreleased]: https://github.com/DeepLcom/deepl-php/compare/v1.18.0...HEAD
263+
[1.18.0]: https://github.com/DeepLcom/deepl-php/compare/v1.17.0...v1.18.0
261264
[1.17.0]: https://github.com/DeepLcom/deepl-php/compare/v1.16.0...v1.17.0
262265
[1.16.0]: https://github.com/DeepLcom/deepl-php/compare/v1.15.0...v1.16.0
263266
[1.15.0]: https://github.com/DeepLcom/deepl-php/compare/v1.14.0...v1.15.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.17.0
1+
1.18.0

src/Translator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Translator
1717
/**
1818
* Library version.
1919
*/
20-
public const VERSION = '1.17.0';
20+
public const VERSION = '1.18.0';
2121

2222
/**
2323
* Implements all HTTP requests and retries.

0 commit comments

Comments
 (0)