Skip to content

Commit

Permalink
Released version v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszDepta committed Sep 18, 2024
1 parent aef4914 commit a618cdf
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 29 deletions.
117 changes: 104 additions & 13 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ url = "2.5.2"
urlencoding = "2.1.3"
walkdir = "2.5.0"
dsntk-common = "0.0.8"
dsntk-evaluator = { path = "evaluator" }
dsntk-evaluator = "0.0.8"
dsntk-examples = "0.0.8"
dsntk-feel = "0.0.8"
dsntk-feel-evaluator = "0.0.8"
Expand All @@ -67,10 +67,10 @@ dsntk-feel-number = "0.0.8"
dsntk-feel-parser = "0.0.8"
dsntk-feel-regex = "0.0.8"
dsntk-feel-temporal = "0.0.8"
dsntk-gendoc = { path = "gendoc" }
dsntk-gendoc = "0.0.8"
dsntk-macros = "0.0.8"
dsntk-model = { path = "model" }
dsntk-model-evaluator = { path = "model-evaluator" }
dsntk-model = "0.0.8"
dsntk-model-evaluator = "0.0.8"
dsntk-recognizer = "0.0.8"
dsntk-server = { path = "server" }
dsntk-workspace = { path = "workspace" }
dsntk-server = "0.0.8"
dsntk-workspace = "0.0.8"
20 changes: 10 additions & 10 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ publish() {
}

publish_all() {
# publish "examples" "dsntk-examples" 1
# publish "macros" "dsntk-macros" 2
# publish "common" "dsntk-common" 3
# publish "feel-regex" "dsntk-feel-regex" 4
# publish "feel-number" "dsntk-feel-number" 5
# publish "feel-temporal" "dsntk-feel-temporal" 6
# publish "feel-grammar" "dsntk-feel-grammar" 7
# publish "feel" "dsntk-feel" 8
# publish "feel-parser" "dsntk-feel-parser" 9
# publish "feel-evaluator" "dsntk-feel-evaluator" 10
publish "examples" "dsntk-examples" 1
publish "macros" "dsntk-macros" 2
publish "common" "dsntk-common" 3
publish "feel-regex" "dsntk-feel-regex" 4
publish "feel-number" "dsntk-feel-number" 5
publish "feel-temporal" "dsntk-feel-temporal" 6
publish "feel-grammar" "dsntk-feel-grammar" 7
publish "feel" "dsntk-feel" 8
publish "feel-parser" "dsntk-feel-parser" 9
publish "feel-evaluator" "dsntk-feel-evaluator" 10
publish "recognizer" "dsntk-recognizer" 11
publish "model" "dsntk-model" 12
publish "model-evaluator" "dsntk-model-evaluator" 13
Expand Down

0 comments on commit a618cdf

Please sign in to comment.