From e3a83c5721daa8fc62330c6ad605c61a3fe2cb7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 00:09:23 +0000 Subject: [PATCH] chore(main): release 0.1.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 001eb2c..c05df9b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c31bc25 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [0.1.3](https://github.com/hexlet-components/python-pairs/compare/v0.1.2...v0.1.3) (2026-08-13) + + +### Bug Fixes + +* искать релизные теги в том виде, в каком они есть ([#17](https://github.com/hexlet-components/python-pairs/issues/17)) ([fe0b9eb](https://github.com/hexlet-components/python-pairs/commit/fe0b9ebf86b0f92afa40e698b905d7d19ae2fdc7)) + + +### Documentation + +* **readme:** add install command; add utm link ([1b8c42b](https://github.com/hexlet-components/python-pairs/commit/1b8c42b0d5b82246183938813bdd8228b5d4836e)) diff --git a/pyproject.toml b/pyproject.toml index 77b63df..214d342 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hexlet-pairs" -version = "0.1.2" +version = "0.1.3" description = "A SICP'ish functional pairs implemented in Python" authors = [{name = "Hexlet Team "}] license = "ISC"