Packages

Save and load seed data to/from the database as compressed backup files. Useful for generating database fixtures (e.g. during development and testing).

Current section

Files

Jump to
seed_man CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## v0.1.3 - 2025-05-19
### Fixed
- Fix incorrect repo directory name
## v0.1.2 - 2025-05-19
### Fixed
- Fix some hardcoded values that were causing issues
## v0.1.1 - 2025-05-03
### Added
- Add changelog to HexDocs
## v0.1.0 - 2025-04-29
### Added
- Initial release