Skip to content

Commit

Permalink
Prepare v0.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ollipa committed Mar 23, 2024
1 parent c350346 commit 1d09ae9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,27 @@ Types of changes:

## Unreleased

-

## Release 0.11.0

### Added

- Stubs with spec pass isinstance test with the spec object.

### Changed

- Raise an AttributeError if `return_value` or `side_effect` is called when
- Raise an `AttributeError` if `return_value` or `side_effect` is called when
spying.

### Fixed

- Fix spec defined as a list of strings fails with `AttributeError`.

### Infrastructure

- Add Pytest 8 to the test matrix.

## Release 0.10.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "chainmock"
version = "0.10.0"
version = "0.11.0"
description = "Mocking library for Python and Pytest"
authors = ["Olli Paakkunainen <olli@paakkunainen.fi>"]
license = "MIT"
Expand Down

0 comments on commit 1d09ae9

Please sign in to comment.