Skip to content

Commit

Permalink
chore(main): release 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 28, 2024
1 parent 0433cdb commit bb7ae65
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/configuration/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"unoplat-code-confluence": "0.10.0"
"unoplat-code-confluence": "0.10.1"
}
8 changes: 8 additions & 0 deletions unoplat-code-confluence/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.10.1](https://github.com/unoplat/unoplat-code-confluence/compare/v0.10.0...v0.10.1) (2024-07-28)


### Bug Fixes

* added nested progress bars, support for efficient graph traversal and support for files that are not object oriented ([a0f9f8d](https://github.com/unoplat/unoplat-code-confluence/commit/a0f9f8d7830ec71942a06e95ea465c29a828da21))
* graph data structure for construction of codebase ([99cbe3c](https://github.com/unoplat/unoplat-code-confluence/commit/99cbe3c27978bd7db6385e37beed27948ea920a7))

## [0.10.0](https://github.com/unoplat/unoplat-code-confluence/compare/v0.9.1...v0.10.0) (2024-07-22)


Expand Down
2 changes: 1 addition & 1 deletion unoplat-code-confluence/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "unoplat-code-confluence"
version = "0.10.0"
version = "0.10.1"
description = "codebase understanding"
authors = ["JayGhiya <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit bb7ae65

Please sign in to comment.