Skip to content

Commit 400f302

Browse files
committed
docs(tinytorch): update CHANGELOG for v0.1.5 release
1 parent 446993e commit 400f302

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

tinytorch/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.5] - 2026-01-27
11+
1012
### Added
11-
- Dynamic `tito --version` command showing current TinyTorch version
12-
- CHANGELOG.md for tracking releases
13-
- Updated publish workflow with release_type (patch/minor/major)
13+
- Windows/Git Bash support for installer script (thanks @rnjema, @joeswagson, @Kobra299!)
14+
- Platform detection (`get_platform()`) for OS-specific guidance
15+
- Cross-platform line endings via `.gitattributes`
1416

1517
### Changed
16-
- Version now managed in `tinytorch/__init__.py` and `pyproject.toml`
18+
- Installer uses `$PYTHON_CMD -m pip` for more reliable pip invocation
19+
- Dynamic `tito --version` command showing current TinyTorch version
20+
21+
### Fixed
22+
- Virtual environment activation now works correctly on Windows Git Bash
1723

1824
## [0.1.1] - 2025-01-13
1925

0 commit comments

Comments
 (0)