Skip to content

Commit

Permalink
Merge pull request #317 from Cloud-Code-AI/292-markdown-tag-issue
Browse files Browse the repository at this point in the history
fix: tag issue in output markdown
  • Loading branch information
sauravpanda authored Jul 14, 2024
2 parents 41d6cd3 + 62f5d65 commit 1eb8eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kaizen/helpers/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
PR_COLLAPSIBLE_TEMPLATE = """
<details>
<summary> --> {comment}</summary> \n
</strong> Potential Solution:</strong> \n\n{solution}
<strong> Potential Solution:</strong> \n\n{solution}
\n
<blockquote>
<p><code>{file_name} | {start_line} - {end_line}</code></p>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kaizen-cloudcode"
version = "0.3.7"
version = "0.3.8"
description = "An intelligent coding companion that accelerates your development workflow by providing efficient assistance, enabling you to craft high-quality code more rapidly."
authors = ["Saurav Panda <saurav.panda@cloudcode.ai>"]
license = "Apache2.0"
Expand Down

0 comments on commit 1eb8eb7

Please sign in to comment.