Skip to content

Commit

Permalink
[v0.2.2] Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Diapolo10 committed Jun 1, 2023
1 parent fbe7d28 commit c975e09
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
25 changes: 19 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,38 @@ Lorem Ipsum dolor sit amet.
<!--
_______________________________________________________________________________
## [0.2.1] - 2023-02-09
## [0.2.2] - 2023-06-01
Updated metadata files, workflows, and dependencies.
Updated dependencies, and added `py.typed` to show the package
is type-hinted.
### Added
- Added a whole bunch of new workflows
- Added Dependabot auto-updates
- Added a pull request template
- Added `py.typed`
### Changed
- Updated dependencies
- Updated some metadata
-->

_______________________________________________________________________________

## [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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",]
Expand Down

0 comments on commit c975e09

Please sign in to comment.