Skip to content

Commit

Permalink
0.8.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 18, 2024
1 parent d66a867 commit 7d0388c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# CHANGELOG


## v0.8.5 (2024-11-18)

### Build System

- **deps**: Bump the lint-and-dev group with 2 updates
([`80208fe`](https://github.com/qthequartermasterman/hypothesis-torch/commit/80208fe457c1b20ade72c53dc5f7c4b053367864))

Bumps the lint-and-dev group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and
[pyright](https://github.com/RobertCraigie/pyright-python).

Updates `ruff` from 0.7.3 to 0.7.4 - [Release notes](https://github.com/astral-sh/ruff/releases) -
[Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) -
[Commits](https://github.com/astral-sh/ruff/compare/0.7.3...0.7.4)

Updates `pyright` from 1.1.388 to 1.1.389 - [Release
notes](https://github.com/RobertCraigie/pyright-python/releases) -
[Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.388...v1.1.389)

--- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type:
version-update:semver-patch dependency-group: lint-and-dev - dependency-name: pyright
dependency-type: direct:production update-type: version-update:semver-patch dependency-group:
lint-and-dev ...

Signed-off-by: dependabot[bot] <[email protected]>


## v0.8.4 (2024-11-13)

### Build System
Expand Down
2 changes: 1 addition & 1 deletion hypothesis_torch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
lacks built-in support for Pytorch tensors and modules, so this library provides strategies for generating them.
"""

__version__ = "0.8.4"
__version__ = "0.8.5"
import importlib.util

from hypothesis_torch.device import (
Expand Down

0 comments on commit 7d0388c

Please sign in to comment.