Skip to content

Releases: CachedNerds/Hatch

v0.2.0

24 Jun 22:40
fc25adc
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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

19 Feb 00:24
6be7806
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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