Skip to content

Commit 45a7e53

Browse files
committed
[PATCH] Ruff workflow fix
1 parent eb6238d commit 45a7e53

File tree

3 files changed

+8
-21
lines changed

3 files changed

+8
-21
lines changed

.github/workflows/ruff.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
name: Ruff
44

5-
on: [ push, pull_request ]
5+
on:
6+
push:
7+
branches:
8+
- '**'
69

710
jobs:
811
ruff:

CHANGELOG.md

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff 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

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 = '1.0.0'
8+
version = '1.0.1'
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)