Skip to content

Commit

Permalink
[PATCH] Ruff workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Diapolo10 committed Jun 7, 2023
1 parent eb6238d commit 45a7e53
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 21 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

name: Ruff

on: [ push, pull_request ]
on:
push:
branches:
- '**'

jobs:
ruff:
Expand Down
22 changes: 3 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,29 +49,13 @@ Lorem Ipsum dolor sit amet.
<!--
_______________________________________________________________________________
## [1.0.0] - 2023-06-08
Completely overhauled the `escapyde.ansi.AnsiEscape` class. This release breaks
backwards compatibility with manual use of the class, however use of the
provided colour shortcuts is not affected. `README.md` has also been updated.
## [1.0.1] - 2023-06-08
### Added
- Added support for chaining formatting options
- Added new validators
- Added new examples to `README.md`, with screenshots
- New unit tests
- `SECURITY.md`
### Changed
- Updated dependencies
- Moved screenshots to an asset directory
- `escapyde.ansi.AnsiEscape` now works a lot differently
Fixed an issue with the Ruff workflow.
### Fixed
- Fixed chaining escape sequences
- Fixed Ruff running on tag releases
-->

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 = '1.0.0'
version = '1.0.1'
description = "Yet another ANSI escape sequence library for Python - now modernised!"

authors = ["Lari Liuhamo <[email protected]>",]
Expand Down

0 comments on commit 45a7e53

Please sign in to comment.