You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,22 @@ All notable changes to the *readme-ai* project will be documented in this file.
14
14
15
15
---
16
16
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
+
17
33
## [v0.0.7] - *2023-08-30*
18
34
19
35
⚠️ 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