Releases: CachedNerds/Hatch
Releases · CachedNerds/Hatch
v0.2.0
v0.2.0 includes all pre-release work up to this point. This release:
- introduces serde serialization for Hatch file
- centralizes more behavior in the
Command
trait - describes the command line interface as a yaml document instead of code
- introduces concept of a generator
v0.1.0
v0.1.0 includes all pre-release work up to this point. This includes a very preliminary implementation of the following features:
- Dependency management
- Creation of new projects of various types
- Generating build assets
- Building projects
- Executing tests
- Executing binary projects