File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments