diff --git a/Cargo.lock b/Cargo.lock index 6ba14d1..7fcf22f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "daisycalc" -version = "1.1.4" +version = "1.1.5" dependencies = [ "cfg-if", "num", diff --git a/Cargo.toml b/Cargo.toml index cbe1259..763b9c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "daisycalc" -version = "1.1.4" +version = "1.1.5" edition = "2021" build = "buildscript/main.rs" license = "GPL-3.0-only" diff --git a/Makefile b/Makefile index 60e598b..10188e0 100644 --- a/Makefile +++ b/Makefile @@ -14,5 +14,6 @@ publish: cargo test cargo publish -docker: - docker build ./server -t git.betalupi.com/mark/daisy +docker: wasm + docker build ./server -t git.betalupi.com/mark/daisy --no-cache + docker push git.betalupi.com/mark/daisy diff --git a/TODO.md b/TODO.md index 0c7d92a..476e696 100644 --- a/TODO.md +++ b/TODO.md @@ -12,7 +12,6 @@ ## Pre-release - Tuple operations - we don't need vectors as arguments to operators - - Fix linelocation when evaluating functions ## Parser - Should functions be operators?