Skip to content

Commit 38a801b

Browse files
committed
‣ Update changelog -> v0.0.8
1 parent 7d2068b commit 38a801b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,22 @@ All notable changes to the *readme-ai* project will be documented in this file.
1414

1515
---
1616

17+
## [v0.0.8] - *2023-09-18*
18+
19+
### 🐛 Bug Fixes
20+
21+
- Update file parsing logic in [parse.py](https://github.com/eli64s/readme-ai/blob/main/readmeai/parse.py) and [preprocess.py](https://github.com/eli64s/readme-ai/blob/main/readmeai/preprocess.py) for codebases containing the following dependency files (issue [#37](https://github.com/eli64s/readme-ai/issues/37)).
22+
- *CMakeLists.txt*
23+
- *Makefile.am*
24+
- *configure.ac*
25+
- Credit to [@mooujarrar](https://github.com/mooujarrar) for the help with this fix.
26+
27+
### 🔐 Security Fixes
28+
29+
- Bump [gitpython](https://github.com/gitpython-developers/GitPython) module to version *3.1.36* to address security vulnerability (Dependabot Alert [#5](https://github.com/eli64s/readme-ai/security/dependabot/5) and issue [#43](https://github.com/eli64s/readme-ai/issues/43)).
30+
31+
---
32+
1733
## [v0.0.7] - *2023-08-30*
1834

1935
⚠️ Release v0.0.7 addresses a security vulnerability cloning git repositories via the *GitPython* package on Windows systems. This vulnerability could allow arbitrary command execution if code is run from a directory containing a malicious `git.exe` or `git` executable.

0 commit comments

Comments
 (0)