Minor edits

pull/2/head
Mark 2023-07-31 17:02:50 -07:00
parent dae8976598
commit e578dc1654
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
3 changed files with 3 additions and 2 deletions

2
Cargo.lock generated
View File

@ -28,7 +28,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "daisycalc" name = "daisycalc"
version = "0.2.10" version = "0.2.11"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"rug", "rug",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "daisycalc" name = "daisycalc"
version = "0.2.10" version = "0.2.11"
edition = "2021" edition = "2021"
build = "buildscript/main.rs" build = "buildscript/main.rs"
license = "GPL-3.0-only" license = "GPL-3.0-only"

View File

@ -4,6 +4,7 @@
- Prettyprint: no space when implicit multiply? - Prettyprint: no space when implicit multiply?
- Fix printing 1/2pi, square root parenthesis - Fix printing 1/2pi, square root parenthesis
- Re-evaluate variables (a = q + 2, q = 3, a should evaluate to 5) - Re-evaluate variables (a = q + 2, q = 3, a should evaluate to 5)
- Remove rug dependency (too big, incompatible)
## Pre-release ## Pre-release
- Commands to list constants, units, and substitutions - Commands to list constants, units, and substitutions