Skip to content

Commit 4dd0a38

Browse files
Bump version to 1.16.0
1 parent ba8fd72 commit 4dd0a38

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.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.15.0"
4+
current_version = "1.16.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.16.0] - 2025-12-10
810
### Added
911
- Added `tag_handling_version` parameter to `translateText()` specify which version of the tag handling algorithm to use. Options are `v1` and `v2`.
1012

@@ -222,7 +224,8 @@ Stable release.
222224
## [0.1.0] - 2022-04-22
223225
Initial version.
224226

225-
[Unreleased]: https://github.com/DeepLcom/deepl-php/compare/v1.15.0...HEAD
227+
[Unreleased]: https://github.com/DeepLcom/deepl-php/compare/v1.16.0...HEAD
228+
[1.16.0]: https://github.com/DeepLcom/deepl-php/compare/v1.15.0...v1.16.0
226229
[1.15.0]: https://github.com/DeepLcom/deepl-php/compare/v1.14.0...v1.15.0
227230
[1.14.0]: https://github.com/DeepLcom/deepl-php/compare/v1.13.0...v1.14.0
228231
[1.13.0]: https://github.com/DeepLcom/deepl-php/compare/v1.12.0...v1.13.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.15.0
1+
1.16.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.15.0';
20+
public const VERSION = '1.16.0';
2121

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

0 commit comments

Comments
 (0)