From 848019bbca942693a4a4195ae95e74b4d2192b8e Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Mon, 1 Oct 2018 09:09:02 -0400 Subject: [PATCH] bump to v0.2.0 --- Cargo.toml | 4 ++-- README.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dbee4da..5990bd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "salsa" -version = "0.1.1" +version = "0.2.0" authors = ["Niko Matsakis "] edition = "2018" license = "Apache-2.0/MIT" repository = "https://github.com/nikomatsakis/salsa" -description = "A generic framework for on-demand, incrementalized computation (not ready for public use)" +description = "A generic framework for on-demand, incrementalized computation (experimental)" readme = "README.md" [dependencies] diff --git a/README.md b/README.md index 6dc8f51..234f7b7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ ## Obligatory warning -Very much a WORK IN PROGRESS at this point. Not really ready for use. +Very much a WORK IN PROGRESS at this point. Ready for experimental use +but expect frequent breaking changes. ## Credits