diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c05df9b..88f7c73 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.3" + ".": "0.1.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c31bc25..2bd94e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.4](https://github.com/hexlet-components/python-pairs/compare/v0.1.3...v0.1.4) (2026-09-14) + + +### Documentation + +* **readme:** убрать упоминание закрытого hexlet-friends ([bf017f7](https://github.com/hexlet-components/python-pairs/commit/bf017f71076988a29e5a7ea4a98244fd158631cd)) + ## [0.1.3](https://github.com/hexlet-components/python-pairs/compare/v0.1.2...v0.1.3) (2026-08-13) diff --git a/pyproject.toml b/pyproject.toml index 214d342..095886e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hexlet-pairs" -version = "0.1.3" +version = "0.1.4" description = "A SICP'ish functional pairs implemented in Python" authors = [{name = "Hexlet Team "}] license = "ISC"