Skip to content

Commit

Permalink
Release Cleo 2.2 (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
Secrus authored Nov 17, 2024
1 parent efdcd4d commit 314dfea
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

<!-- news notes entrypoint -->

## [2.2.0] (2024-11-17)

### Dependencies

- Removed `crashtest` dependency and vendored part of it into `cleo` ([#382](https://github.com/python-poetry/cleo/pull/382))
- Removed `rapidfuzz` dependency ([#442](https://github.com/python-poetry/cleo/pull/442))

## [2.1.0] - 2023-10-30

### Features & Improvements
Expand Down Expand Up @@ -284,7 +292,9 @@ This is a major release with some API changes.



[unreleased]: https://github.com/python-poetry/cleo/compare/2.0.1...main
[unreleased]: https://github.com/python-poetry/cleo/compare/2.2.0...main
[2.2.0]: https://github.com/python-poetry/cleo/releases/tag/2.2.0
[2.1.0]: https://github.com/python-poetry/cleo/releases/tag/2.1.0
[2.0.1]: https://github.com/python-poetry/cleo/releases/tag/2.0.1
[2.0.0]: https://github.com/python-poetry/cleo/releases/tag/2.0.0
[1.0.0]: https://github.com/python-poetry/cleo/releases/tag/1.0.0
Expand Down
1 change: 0 additions & 1 deletion news/382.deps.md

This file was deleted.

1 change: 0 additions & 1 deletion news/442.deps.md

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "cleo"
version = "2.1.0"
version = "2.2.0"
description = "Cleo allows you to create beautiful and testable command-line interfaces."
authors = [
"Sébastien Eustace <sebastien@eustace.io>"
Expand Down Expand Up @@ -111,7 +111,7 @@ exclude_lines = [
[tool.towncrier]
package = "cleo"
filename = "CHANGELOG.md"
issue_format = "([#{issue}](https://github.com/python-poetry/cleo/pull/{issue}))"
issue_format = "([#{issue}](https://github.com/python-poetry/cleo/pull/{issue}))\n"
directory = "news/"
title_format = "{version} ({project_date})"
template = "news/news_template.jinja2"
Expand Down

0 comments on commit 314dfea

Please sign in to comment.