Fix Windows git commit ValueError: embedded null character.
Use git commit -F and strip NULs from argv/version strings (0.3.7). Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
|
||||
All notable changes to **export_1c_help** are documented in this file.
|
||||
|
||||
## [0.3.7] - 2026-07-24
|
||||
|
||||
### Fixed
|
||||
|
||||
- Windows: `git commit` no longer fails with `ValueError: embedded null character` — commit message is written via `-F` and NULs are stripped from argv/version strings
|
||||
|
||||
## [0.3.6] - 2026-07-24
|
||||
|
||||
### Fixed
|
||||
|
||||
Reference in New Issue
Block a user