- **README**: Update logo ([`4315e21`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/4315e21fabc217152c8c996a32e1495f3348c734))
- **README**: Update logo ([`6170cfb`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/6170cfbdc6b01c0cc8a5eeee8f509b48ea76bdfb))
2.1.1
Build System
- **deps-dev**: Bump commitizen from 3.24.0 to 3.25.0 ([`aebb123`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/aebb123c401c3e38558edf4b829b32f4b4cd3ab4))
Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 3.24.0 to 3.25.0. - [Release notes](https://github.com/commitizen-tools/commitizen/releases) - [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md) - [Commits](https://github.com/commitizen-tools/commitizen/compare/v3.24.0...v3.25.0)
- **deps-dev**: Bump coverage from 7.5.0 to 7.5.1 ([`c74ebe3`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/c74ebe38be5288d24edfbd2457d01024a5f79279))
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.0 to 7.5.1. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.5.0...7.5.1)
- **deps-dev**: Bump poethepoet from 0.26.0 to 0.26.1 ([`2b63f63`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/2b63f63950390be81a34cedaaddf0fc2b4ed85d9))
Bumps [poethepoet](https://github.com/nat-n/poethepoet) from 0.26.0 to 0.26.1. - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](https://github.com/nat-n/poethepoet/compare/v0.26.0...v0.26.1)
- **deps-dev**: Bump ruff from 0.4.2 to 0.4.3 ([`bd68c3e`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/bd68c3e2dde3e493406a53bb365e4b56f8a4a81b))
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.2 to 0.4.3. - [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/v0.4.2...v0.4.3)
- **workflows.cd**: Remove `force` flag ([`9c72e2a`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/9c72e2a27e6e76a57f11c78ea90c41ae7a22e206))
2.0.0
Build System
- **deps-dev**: Bump black from 24.4.1 to 24.4.2 ([`f0e5dc8`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/f0e5dc86bbe907d8dc03866e9354a6ac99065b36))
Bumps [black](https://github.com/psf/black) from 24.4.1 to 24.4.2. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.4.1...24.4.2)
--- updated-dependencies: - dependency-name: black dependency-type: direct:development
- **deps-dev**: Bump poethepoet from 0.25.1 to 0.26.0 ([`94f5c03`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/94f5c03ad190aa8938db643bac22b76848d09995))
Bumps [poethepoet](https://github.com/nat-n/poethepoet) from 0.25.1 to 0.26.0. - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](https://github.com/nat-n/poethepoet/compare/v0.25.1...v0.26.0)
- **workflows.cd**: Lock `python-semantic-release` version ([`2d832e3`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/2d832e3c2e37809e21bfd6533d17931020cf96f4))
- **workflows.cd**: Temporary set `force` flag for the current release ([`a1b672e`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/a1b672e9145bc57f58562f7365820d41b3977ccf))
- **workflows.cd**: Unbound `python-semantic-release` version ([`5f26bed`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/5f26bed59a5bede7f2b66bef58171fa3ab976e12))
- **workflows.ci**: Add MacOS and Windows into the strategy for tests to run ([`fa900c6`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/fa900c67c0a697e5333c42ed1f1566b823d7e8b5))
- **workflows.ci**: Limit dependency installation for semantic release ([`9ada8be`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/9ada8be6ff18e2af9b04785cd4191d94ebcd7cf3))
- **workflows.ci**: Limit dependency installation for tests ([`6b94e96`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/6b94e966b6b6f83feedcb015df699e7f9c3abd22))
- **workflows.ci**: Remove Windows from the strategy for tests to run ([`7fb2780`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/7fb27805999a43784e0170cdb664cc8959ab2f3d))
Features
- Move `Logger` into a separate module ([`cef85e3`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/cef85e39b1ebbcdab1a8b7ef5c7ff4598b66a268))
- **config**: Replace `tomli` with `tomlkit` ([`4381b66`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/4381b66dd68f56dcbdc0873649a8b647d5d3b385))
Testing
- **plugin**: Replace mock of `tomli` with `tomlkit` ([`bb2781a`](https://github.com/pivoshenko/poetry-plugin-dotenv/commit/bb2781af214570727f74a0d8d39935c878e62452))