Skip to content

Commit 85f78a8

Browse files
committed
docs: add CHANGELOG.md for v1.1.0 release
Add comprehensive changelog documenting the initial PyPI release with all features and infrastructure improvements.
1 parent ed731d8 commit 85f78a8

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.1.0] - 2025-08-14
9+
10+
### Added
11+
- Initial release of bmad-pack-installer to PyPI
12+
- Command-line interface for installing BMAD expansion packs
13+
- Package validation with hash verification
14+
- Symlink management for pack installations
15+
- YAML manifest support for pack definitions
16+
- Comprehensive test suite with pytest
17+
- Type hints and mypy support
18+
19+
### Features
20+
- Install packs from local or remote sources
21+
- Validate pack integrity using SHA256 checksums
22+
- Manage symlinks for pack directories
23+
- Rich CLI output with progress indicators
24+
- Support for Python 3.9+
25+
26+
### Infrastructure
27+
- Restructured package layout for PyPI distribution
28+
- Automated testing with pytest
29+
- Code formatting with Black
30+
- Type checking with mypy
31+
- Build system using hatchling

0 commit comments

Comments
 (0)