Skip to content

Commit 1dee702

Browse files
committed
chore(release): bump version to 2.2.0
1 parent d4e1906 commit 1dee702

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
*Changes currently in progress or planned for future versions will appear here.*
1111

12+
## [2.2.0] - 2025-11-27
13+
1214
### ✨ Added
1315

1416
- New API exceptions (`TooManyRequestsError`, `FreeAppLimitedError`, `DisabledForFreeAppError`, `WrongFormatStructureError`, `InvalidFormatError`).
@@ -230,7 +232,8 @@ For full details, see the **Breaking Changes** and **Added** sections below.
230232
- API client implementation
231233
- Configuration management
232234
233-
[Unreleased]: https://github.com/vertopal/vertopal-cli/compare/v2.1.0...HEAD
235+
[Unreleased]: https://github.com/vertopal/vertopal-cli/compare/v2.2.0...HEAD
236+
[2.2.0]: https://github.com/vertopal/vertopal-cli/releases/tag/v2.2.0
234237
[2.1.0]: https://github.com/vertopal/vertopal-cli/releases/tag/v2.1.0
235238
[2.0.3]: https://github.com/vertopal/vertopal-cli/releases/tag/v2.0.3
236239
[2.0.2]: https://github.com/vertopal/vertopal-cli/releases/tag/v2.0.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "vertopal"
3-
version = "2.1.0"
3+
version = "2.2.0"
44

55
description = "Convert your files in terminal using Vertopal API"
66
readme = "README.md"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name="vertopal",
21-
version="2.1.0",
21+
version="2.2.0",
2222
description="Convert your files in terminal using Vertopal API",
2323
long_description=long_description,
2424
long_description_content_type="text/markdown",

src/vertopal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
__author__: str = "Vertopal"
6868
__copyright__: str = "Copyright (c) 2023-2025 Vertopal"
6969
__license__: str = "MIT License"
70-
__version__: str = "2.1.0"
70+
__version__: str = "2.2.0"
7171
__description__: str = (
7272
"Command-line and Python interface "
7373
"for converting digital files via Vertopal API"

0 commit comments

Comments
 (0)