DICE is a dynamic incremental computation engine. It is an implemented incremental computation engine that supports parallel computation.
For detailed documentation, see the docs in dice/docs/index.md
- Check the GitHub Actions are green.
- Update
CHANGELOG.md
with the changes since the last release. This link can help (update to compare against the last release). - Update the version numbers of the two
Cargo.toml
files. Bump them by 0.0.1 if there are no incompatible changes, or 0.1.0 if there are. Bump the dependency indice_examples
to point at the latestdice
version. - Copy the files
CHANGELOG.md
, the twoLICENSE-
files andREADME.md
intodice
subdirectory. - Run
cargo publish --allow-dirty --dry-run
, then without the--dry-run
indice
. We do not publichdice_examples
- Create a GitHub release with
v0.X.Y
, using thedice
version as the name.
DICE is both MIT and Apache License, Version 2.0 licensed, as found in the LICENSE-MIT and LICENSE-APACHE files.