File tree Expand file tree Collapse file tree 2 files changed +20
-7
lines changed
Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Original file line number Diff line number Diff 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
7386Updated metadata files, workflows, and dependencies.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
66[tool .poetry ]
77name = ' escapyde'
8- version = ' 0.2.1 '
8+ version = ' 0.2.2 '
99description = " Yet another ANSI escape sequence library for Python - now modernised!"
1010
1111authors = [" Lari Liuhamo <lari.liuhamo+pypi@gmail.com>" ,]
You can’t perform that action at this time.
0 commit comments