diff --git a/.github/configuration/release-please-manifest.json b/.github/configuration/release-please-manifest.json index 6159e18..bc90978 100644 --- a/.github/configuration/release-please-manifest.json +++ b/.github/configuration/release-please-manifest.json @@ -1,3 +1,3 @@ { - "unoplat-code-confluence": "0.2.0" + "unoplat-code-confluence": "0.2.1" } \ No newline at end of file diff --git a/unoplat-code-confluence/CHANGELOG.md b/unoplat-code-confluence/CHANGELOG.md index 7c6760f..52c3a3b 100644 --- a/unoplat-code-confluence/CHANGELOG.md +++ b/unoplat-code-confluence/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.2.1](https://github.com/unoplat/unoplat-code-confluence/compare/v0.2.0...v0.2.1) (2024-07-02) + + +### Bug Fixes + +* added poetry tool script to work with pipx ([77a9d7f](https://github.com/unoplat/unoplat-code-confluence/commit/77a9d7f6fc99db55d3a029077c4663f761b8da7a)) +* markdown headers ([c9b1ee4](https://github.com/unoplat/unoplat-code-confluence/commit/c9b1ee4c0b1e1db21b664b3675781becb2374861)) +* python structure ([9f17650](https://github.com/unoplat/unoplat-code-confluence/commit/9f17650798689ef5d612cd7965713265ba43ce64)) + ## [0.2.0](https://github.com/unoplat/unoplat-code-confluence/compare/v0.1.0...v0.2.0) (2024-07-02) diff --git a/unoplat-code-confluence/pyproject.toml b/unoplat-code-confluence/pyproject.toml index 32ad626..3ad20f8 100644 --- a/unoplat-code-confluence/pyproject.toml +++ b/unoplat-code-confluence/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "unoplat-code-confluence" -version = "0.2.0" +version = "0.2.1" description = "codebase understanding" authors = ["JayGhiya "] readme = "README.md"