Skip to content

Commit

Permalink
change makefile
Browse files Browse the repository at this point in the history
update CHANGELOG
  • Loading branch information
coco33920 committed May 19, 2024
1 parent cb2610a commit 307875b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 !
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ release:
cargo build --release
test:
cargo test
publish:
cargo publish

0 comments on commit 307875b

Please sign in to comment.