diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7602a5f..c09344f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.24.0" + ".": "2.25.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 113cc86..96d4e22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 This file is automatically updated by Release Please. +## [2.25.0](https://github.com/albertomh/pycliche/compare/v2.24.0...v2.25.0) (2025-11-10) + + +### Features + +* **deps:** Add 'pytest-cov' for coverage reporting with xdist ([#166](https://github.com/albertomh/pycliche/issues/166)) ([567528c](https://github.com/albertomh/pycliche/commit/567528cdcce6175ae4326bb89aa040742f59ec3e)) +* **deps:** Bump dependencies; upgrade to pytest v9 ([#170](https://github.com/albertomh/pycliche/issues/170)) ([a2a51e0](https://github.com/albertomh/pycliche/commit/a2a51e04e3e355c296d0bcbd56390ab33b17cded)) +* **test:** Omit reporting files with 100% coverage ([#169](https://github.com/albertomh/pycliche/issues/169)) ([b603b66](https://github.com/albertomh/pycliche/commit/b603b6607d9b1ef5122a48ebd4f7c1285c669a51)) + ## [2.24.0](https://github.com/albertomh/pycliche/compare/v2.23.0...v2.24.0) (2025-10-29) diff --git a/pyproject.toml b/pyproject.toml index 49c9e0e..b12d4c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pycliche" -version = "2.24.0" +version = "2.25.0" description = "" authors = [ {name = "Alberto Morón Hernández", email = "alberto.moronh@gmail.com"} diff --git a/uv.lock b/uv.lock index 335f19f..a8cd5f1 100644 --- a/uv.lock +++ b/uv.lock @@ -415,7 +415,7 @@ wheels = [ [[package]] name = "pycliche" -version = "2.24.0" +version = "2.25.0" source = { virtual = "." } dependencies = [ { name = "ipython" },