Skip to content

Commit

Permalink
docs: add CHANGELOG for 6.6.2 to 6.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
simbuerg committed Mar 6, 2023
1 parent b9812b1 commit cd6b9dd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: v2.20.3
rev: v2.42.1
hooks:
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.4.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand All @@ -16,7 +16,7 @@ repos:
hooks:
- id: seed-isort-config
- repo: https://github.com/timothycrosley/isort.git
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
args: ['-nis']
Expand Down
16 changes: 16 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="6.6.3"></a>
## 6.6.3 (2023-03-06)




<a name="6.6.2"></a>
## 6.6.2 (2023-03-06)


#### Bug Fixes

* pin sqlalchemy version <2.0 ([86d45043](https://github.com/PolyJIT/benchbuild/commit/86d45043d269775d65c3b2844d9eee669824b46c))



<a name="6.6.1"></a>
## 6.6.1 (2023-01-10)

Expand Down

0 comments on commit cd6b9dd

Please sign in to comment.