Merge pull request #11 from rm-dr/dev

Version bump to v1.1.5
master v1.1.5
Mark 2023-09-28 13:38:21 -07:00 committed by GitHub
commit a75f6197cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View File

@ -28,7 +28,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "daisycalc" name = "daisycalc"
version = "1.1.4" version = "1.1.5"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"num", "num",

View File

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

View File

@ -14,5 +14,6 @@ publish:
cargo test cargo test
cargo publish cargo publish
docker: docker: wasm
docker build ./server -t git.betalupi.com/mark/daisy docker build ./server -t git.betalupi.com/mark/daisy --no-cache
docker push git.betalupi.com/mark/daisy

View File

@ -12,7 +12,6 @@
## Pre-release ## Pre-release
- Tuple operations - Tuple operations
- we don't need vectors as arguments to operators - we don't need vectors as arguments to operators
- Fix linelocation when evaluating functions
## Parser ## Parser
- Should functions be operators? - Should functions be operators?