File tree 8 files changed +24
-24
lines changed
8 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ clean: _clean-analyze
43
43
cargo clean
44
44
pipenv clean
45
45
46
- version_subjects := " Cargo.lock Dockerfile 'packages/**/Cargo.toml'"
46
+ version_subjects := " Cargo.lock '** Dockerfile' 'packages/**/Cargo.toml'"
47
47
# Prepare for release
48
48
release version :
49
49
#!/usr/bin/env bash
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ RUN /dist/smcat --version
32
32
33
33
FROM node:alpine
34
34
35
- LABEL version="0.1.1 " \
35
+ LABEL version="0.2.0 " \
36
36
repository="https://github.com/drsensor/scdlang" \
37
37
homepage="https://drsensor.github.io/scdlang" \
38
38
maintainer="Fahmi Akbar Wildana <sensorfied@gmail.com>"
Original file line number Diff line number Diff line change 1
1
FROM scratch
2
2
3
- LABEL version="0.1.1 " \
3
+ LABEL version="0.2.0 " \
4
4
repository="https://github.com/drsensor/scdlang" \
5
5
homepage="https://drsensor.github.io/scdlang" \
6
6
maintainer="Fahmi Akbar Wildana <sensorfied@gmail.com>"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " s-crap"
3
- version = " 0.1.1 "
3
+ version = " 0.2.0 "
4
4
description = " A CLI for working with Scdlang"
5
5
license = " UPL-1.0"
6
6
repository = " https://github.com/drsensor/scdlang"
@@ -21,9 +21,9 @@ doctest = false
21
21
doc = false
22
22
23
23
[dependencies ]
24
- scdlang = { path = " ../core" , version = " 0.1.1 " }
25
- scdlang_xstate = { path = " ../transpiler/xstate" , version = " 0.1.1 " }
26
- scdlang_smcat = { path = " ../transpiler/smcat" , version = " 0.1.1 " }
24
+ scdlang = { path = " ../core" , version = " 0.2.0 " }
25
+ scdlang_xstate = { path = " ../transpiler/xstate" , version = " 0.2.0 " }
26
+ scdlang_smcat = { path = " ../transpiler/smcat" , version = " 0.2.0 " }
27
27
atty = " 0.2"
28
28
rustyline = " 5"
29
29
prettyprint = " 0.*"
@@ -38,9 +38,9 @@ features = ["wrap_help"]
38
38
# WARNING: This make compilation time doubled!! Seems cargo has serious issue here 😠
39
39
[build-dependencies ]
40
40
clap = " 2"
41
- scdlang = { path = " ../core" , version = " 0.1.1 " }
42
- scdlang_xstate = { path = " ../transpiler/xstate" , version = " 0.1.1 " }
43
- scdlang_smcat = { path = " ../transpiler/smcat" , version = " 0.1.1 " }
41
+ scdlang = { path = " ../core" , version = " 0.2.0 " }
42
+ scdlang_xstate = { path = " ../transpiler/xstate" , version = " 0.2.0 " }
43
+ scdlang_smcat = { path = " ../transpiler/smcat" , version = " 0.2.0 " }
44
44
atty = " 0.2"
45
45
rustyline = " 5"
46
46
prettyprint = " 0.*"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " scdlang"
3
- version = " 0.1.1 "
3
+ version = " 0.2.0 "
4
4
description = " Core parser of Statecharts Description Languange"
5
5
license = " UPL-1.0"
6
6
repository = " https://github.com/drsensor/scdlang"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " scdlang_smcat"
3
- version = " 0.1.1 "
3
+ version = " 0.2.0 "
4
4
description = " Scdlang parser for targeting AST of state-machine-cat"
5
5
license = " UPL-1.0"
6
6
repository = " https://github.com/drsensor/scdlang"
@@ -10,7 +10,7 @@ categories = ["parser-implementations"]
10
10
edition = " 2018"
11
11
12
12
[dependencies ]
13
- scdlang = { path = " ../../core" , version = " 0.1.1 " }
13
+ scdlang = { path = " ../../core" , version = " 0.2.0 " }
14
14
serde_json = " 1"
15
15
serde = { version = " 1" , features = [" derive" ] }
16
16
serde_with = { version = " 1" , features = [" json" ] }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " scdlang_xstate"
3
- version = " 0.1.1 "
3
+ version = " 0.2.0 "
4
4
description = " Scdlang parser for targeting JavaScript library XState"
5
5
license = " UPL-1.0"
6
6
repository = " https://github.com/drsensor/scdlang"
@@ -10,7 +10,7 @@ categories = ["parser-implementations"]
10
10
edition = " 2018"
11
11
12
12
[dependencies ]
13
- scdlang = { path = " ../../core" , version = " 0.1.1 " }
13
+ scdlang = { path = " ../../core" , version = " 0.2.0 " }
14
14
serde_json = " 1"
15
15
serde = { version = " 1" , features = [" derive" ] }
16
16
voca_rs = " 1"
You can’t perform that action at this time.
0 commit comments