diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b2572e..bf69d3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Version 3.0.0 : Symbolic calculation! Version 3.0.0, at last! (if you've seen the PR for it it's been sitting for more -than a month!) +than three weeks!) Symbolic computation was added you can compute expressions with symbols (such as x,y,whatever) and more ! diff --git a/Makefile b/Makefile index 2833d59..f9d7d19 100644 --- a/Makefile +++ b/Makefile @@ -6,3 +6,5 @@ release: cargo build --release test: cargo test +publish: + cargo publish