0.3.0
New Features
-
New value source: AWS EC2 metadata service
-
New value source: AWS EC2 instance tags
-
Added a simple CLI implementation for templating files
-
Setup Github CI and release workflow
Breaking Changes
- Restructured the project to simplify the API
- Renamed the
ValueLoader
trait toLoader
- Made the seed module public only to the crate. This means that if you were using
germinate::seed::Seed::new(...)
anywhere, you will need to change to usegerminate::Seed::new(...)
instead - Changed the
load
method on theLoader
trait to take a&str
instead of aString
. This avoids an allocation and makes the API simpler
- Renamed the