Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from rm-dr/dev
Browse files Browse the repository at this point in the history
Version bump to v1.1.5
  • Loading branch information
rm-dr authored Sep 28, 2023
2 parents 4e1df23 + 2f2c005 commit a75f619
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit a75f619

Please sign in to comment.