Skip to content

Commit

Permalink
Merge pull request #59 from asmeurer/1.5.1-release
Browse files Browse the repository at this point in the history
Prepare for 1.5.1
  • Loading branch information
Saransh-cpp authored Aug 14, 2024
2 parents cb92106 + d26fd4c commit 93bdd76
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -19,7 +19,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.3.2"
rev: "v0.5.7"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -37,7 +37,7 @@ repos:
# - packaging

- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell

Expand All @@ -49,7 +49,7 @@ repos:
exclude: assets/js/webapp\.js

- repo: https://github.com/asottile/blacken-docs
rev: 1.16.0
rev: 1.18.0
hooks:
- id: blacken-docs
args: ["-E"]
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 1.5.1 (2024-08-14)

## Fixes

- Make notebook support and dependencies optional

## Docs

- Valid pre-commit tag in README example

## Maintenance

- Pre commit updates
- pre-commit autoupdate
- Fix pytest config to run doctests

# 1.5.0 (2023-09-18)

## Features
Expand Down

0 comments on commit 93bdd76

Please sign in to comment.