From f25d77d8d87d5922a4c87c534cd567a81088f0f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 06:36:54 +0000 Subject: [PATCH] chore(main): release 0.2.4 --- .github/configuration/release-please-manifest.json | 2 +- unoplat-code-confluence/CHANGELOG.md | 10 ++++++++++ unoplat-code-confluence/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/configuration/release-please-manifest.json b/.github/configuration/release-please-manifest.json index 2765b62..0b8a40d 100644 --- a/.github/configuration/release-please-manifest.json +++ b/.github/configuration/release-please-manifest.json @@ -1,3 +1,3 @@ { - "unoplat-code-confluence": "0.2.3" + "unoplat-code-confluence": "0.2.4" } \ No newline at end of file diff --git a/unoplat-code-confluence/CHANGELOG.md b/unoplat-code-confluence/CHANGELOG.md index 0fe361b..9682cff 100644 --- a/unoplat-code-confluence/CHANGELOG.md +++ b/unoplat-code-confluence/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.2.4](https://github.com/unoplat/unoplat-code-confluence/compare/v0.2.3...v0.2.4) (2024-07-08) + + +### Bug Fixes + +* added markdown summary ([fbbc9f8](https://github.com/unoplat/unoplat-code-confluence/commit/fbbc9f8dfcc1f39bca44c5332ea283911e69a726)) +* codebase objective first and summary second and removing unwanted files ([f8664a0](https://github.com/unoplat/unoplat-code-confluence/commit/f8664a01e66bfdf340d962ca87ee10d2f920311e)) +* markdown formatting issues ([6cd1cf0](https://github.com/unoplat/unoplat-code-confluence/commit/6cd1cf0a49907b6fd3c60b3fdb077b68ab36fbcd)) +* markdown summary ([2108771](https://github.com/unoplat/unoplat-code-confluence/commit/2108771ea011cf0ee661b8a3f324d44083f2cae5)) + ## [0.2.3](https://github.com/unoplat/unoplat-code-confluence/compare/v0.2.2...v0.2.3) (2024-07-04) diff --git a/unoplat-code-confluence/pyproject.toml b/unoplat-code-confluence/pyproject.toml index 33ae6e3..e0d7dc3 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.3" +version = "0.2.4" description = "codebase understanding" authors = ["JayGhiya "] readme = "README.md"