Skip to content

Commit 5f95597

Browse files
Merge pull request #249 from bg-playground/copilot/update-changelog-for-v201
docs: add v2.0.1 changelog entry for Windows Docker CRLF fix
2 parents d102610 + 97d114f commit 5f95597

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.0.1] - 2026-03-05
11+
12+
### Fixed
13+
- Fixed Docker backend failing to start on Windows clones due to CRLF line endings in `entrypoint.sh` (`exec /app/entrypoint.sh: no such file or directory`)
14+
- Added `.gitattributes` to enforce LF line endings for shell scripts and all source files, preventing cross-platform line ending issues
15+
1016
## [2.0.0] - 2026-03-04
1117

1218
### Added
@@ -53,5 +59,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5359
### Changed
5460
- Standardized all phase documentation to follow a uniform structure
5561

62+
[2.0.1]: https://github.com/bg-playground/BGSTM/releases/tag/v2.0.1
5663
[2.0.0]: https://github.com/bg-playground/BGSTM/releases/tag/v2.0.0
5764
[1.0.0]: https://github.com/bg-playground/BGSTM/releases/tag/v1.0.0

0 commit comments

Comments
 (0)