From c975e098c4eb0f84178fc4bdb9898414abb0dbd9 Mon Sep 17 00:00:00 2001 From: Lari Liuhamo Date: Thu, 1 Jun 2023 23:34:28 +0300 Subject: [PATCH] [v0.2.2] Cleanup --- CHANGELOG.md | 25 +++++++++++++++++++------ pyproject.toml | 2 +- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c8635f..a148bfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,25 +49,38 @@ Lorem Ipsum dolor sit amet. _______________________________________________________________________________ +## [0.2.2] - 2023-06-01 + +Updated dependencies, and added `py.typed` to show the package +is type-hinted. + +### Added + +- Added `py.typed` + +### Changed + +- Updated dependencies + +_______________________________________________________________________________ + ## [0.2.1] - 2023-02-09 Updated metadata files, workflows, and dependencies. diff --git a/pyproject.toml b/pyproject.toml index e2efc5a..7ce8b18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = 'escapyde' -version = '0.2.1' +version = '0.2.2' description = "Yet another ANSI escape sequence library for Python - now modernised!" authors = ["Lari Liuhamo ",]