Skip to content

Commit

Permalink
Merge branch 'main' into zev1
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Aug 19, 2024
2 parents 4414a9f + 07a444c commit e8c6c07
Show file tree
Hide file tree
Showing 5 changed files with 103 additions and 117 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ci:

repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.28.0
rev: v3.29.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand All @@ -36,7 +36,7 @@ repos:
- id: prettier
args: ["--tab-width", "2"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
rev: v0.5.7
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v6.0.2 (2024-08-13)

### Fix


- Bump aiofiles requirement to >=24 (#182) ([`1eb9ea7`](https://github.com/uilibs/uiprotect/commit/1eb9ea7c5fb2036ad0af42eb607604652d1b0210))


## v6.0.1 (2024-08-09)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
project = "uiprotect"
copyright = "2024, UI Protect Maintainers"
author = "UI Protect Maintainers"
release = "6.0.1"
release = "6.0.2"

# General configuration
extensions = [
Expand Down
Loading

0 comments on commit e8c6c07

Please sign in to comment.