Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsnastins committed Oct 19, 2024
1 parent 0c9f7a2 commit d92b784
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.2.3 (2024-10-19)

### Maintenance

- Updates **[pytest-asyncio**](https://github.com/pytest-dev/pytest-asyncio) to [0.24.0](https://github.com/pytest-dev/pytest-asyncio/releases/tag/v0.24.0).
Using `'loop_scope="session"`.
- Dependency updates.

## 1.2.2 (2024-07-16)

### Maintenance
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 = "tomodachi-testcontainers"
version = "1.2.2"
version = "1.2.3"
description = "Collection of Testcontainers, pytest fixtures and test clients for end-to-end/integration testing for Python Tomodachi framework. A great starting point to learn more about Testcontainers and necessity of integration testing."
authors = ["Filips Nastins <nastinsfilips@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit d92b784

Please # to comment.