Changelog¶
Version 0.0.2.dev4¶
Features:
- Add basic database support
- Add database migration support
- Load initial test data for implemented models
- Add tags table
- Add locations table
Fixes:
- Adjust package_dir so develop mode actually works properly
New dependencies:
- Alembic
- SQLAlchemy
Version 0.0.2.dev2¶
Features:
- Add config file support
- Add argument parsing
API changes:
- Change type to section in JSON
Version 0.0.2.dev0¶
- Beginning of new versioning system
Version 0.0.1 (Unreleased)¶
- Testing only