File tree Expand file tree Collapse file tree 3 files changed +8
-21
lines changed
Expand file tree Collapse file tree 3 files changed +8
-21
lines changed Original file line number Diff line number Diff line change 22
33name : Ruff
44
5- on : [ push, pull_request ]
5+ on :
6+ push :
7+ branches :
8+ - ' **'
69
710jobs :
811 ruff :
Original file line number Diff line number Diff line change @@ -49,29 +49,13 @@ Lorem Ipsum dolor sit amet.
4949<!--
5050_______________________________________________________________________________
5151
52- ## [1.0.0] - 2023-06-08
53-
54- Completely overhauled the `escapyde.ansi.AnsiEscape` class. This release breaks
55- backwards compatibility with manual use of the class, however use of the
56- provided colour shortcuts is not affected. `README.md` has also been updated.
52+ ## [1.0.1] - 2023-06-08
5753
58- ### Added
59-
60- - Added support for chaining formatting options
61- - Added new validators
62- - Added new examples to `README.md`, with screenshots
63- - New unit tests
64- - `SECURITY.md`
65-
66- ### Changed
67-
68- - Updated dependencies
69- - Moved screenshots to an asset directory
70- - `escapyde.ansi.AnsiEscape` now works a lot differently
54+ Fixed an issue with the Ruff workflow.
7155
7256### Fixed
7357
74- - Fixed chaining escape sequences
58+ - Fixed Ruff running on tag releases
7559
7660-->
7761
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 = ' 1.0.0 '
8+ version = ' 1.0.1 '
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