Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsnastins committed Jul 16, 2024
1 parent c36cf75 commit aabb392
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.2.2 (2024-07-16)

### Maintenance

- Development scripts moved from the Poetry scripts to Makefile.
Unnecessary development scripts are no longer packaged as part of the library.
- Dependency updates.
- Extended `pylint` config and added `pydocstringformatter` linter.

## 1.2.1 (2024-05-14)

### 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.1"
version = "1.2.2"
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 aabb392

Please sign in to comment.