Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 939 Bytes

RELEASES.md

File metadata and controls

50 lines (30 loc) · 939 Bytes

The chalk-engine and chalk-macros crates are published to crates.io periodically for use by the compiler. The rest of chalk is not yet published, though it might be nice to publish the interpreter at some point.

Release 0.9.0

  • Added the variance parameter

Releases 0.6.0 .. 0.8.1

Forgot to write release notes =)

Release 0.5.0

Tag: chalk-engine-v0.5.0

Pare down to very few dependencies, and make even those optional.

Release 0.4.0

Tag: chalk-engine-v0.4.0

Tweak various things about the traits to aid in rustc integration.

Release 0.2.0

Tag: chalk-engine-v0.2.0

Remove some pointless traits from Chalk engine context.

Release 0.1.0

Tag: chalk-engine-v0.1.0

Initial release.

Procedure to cut a release

Should make a script or something, but:

> // update version numbers
> cd chalk-macros
> cargo publish
> cd ../chalk-ngine
> cargo publish
> git tag chalk-engine-vXXX