Skip to content

Commit c975e09

Browse files
committed
[v0.2.2] Cleanup
1 parent fbe7d28 commit c975e09

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,25 +49,38 @@ Lorem Ipsum dolor sit amet.
4949
<!--
5050
_______________________________________________________________________________
5151
52-
## [0.2.1] - 2023-02-09
52+
## [0.2.2] - 2023-06-01
5353
54-
Updated metadata files, workflows, and dependencies.
54+
Updated dependencies, and added `py.typed` to show the package
55+
is type-hinted.
5556
5657
### Added
5758
58-
- Added a whole bunch of new workflows
59-
- Added Dependabot auto-updates
60-
- Added a pull request template
59+
- Added `py.typed`
6160
6261
### Changed
6362
6463
- Updated dependencies
65-
- Updated some metadata
6664
6765
-->
6866

6967
_______________________________________________________________________________
7068

69+
## [0.2.2] - 2023-06-01
70+
71+
Updated dependencies, and added `py.typed` to show the package
72+
is type-hinted.
73+
74+
### Added
75+
76+
- Added `py.typed`
77+
78+
### Changed
79+
80+
- Updated dependencies
81+
82+
_______________________________________________________________________________
83+
7184
## [0.2.1] - 2023-02-09
7285

7386
Updated metadata files, workflows, and dependencies.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55

66
[tool.poetry]
77
name = 'escapyde'
8-
version = '0.2.1'
8+
version = '0.2.2'
99
description = "Yet another ANSI escape sequence library for Python - now modernised!"
1010

1111
authors = ["Lari Liuhamo <lari.liuhamo+pypi@gmail.com>",]

0 commit comments

Comments
 (0)