diff --git a/Cargo.lock b/Cargo.lock index d3443eb8..b0b97d85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1192,7 +1192,7 @@ dependencies = [ [[package]] name = "scdlang-core" -version = "0.0.0" +version = "0.1.0" dependencies = [ "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1201,13 +1201,13 @@ dependencies = [ [[package]] name = "scdlang_xstate" -version = "0.0.0" +version = "0.1.0" dependencies = [ "assert-json-diff 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "from-pest 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "pest-ast 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "scdlang-core 0.0.0", + "scdlang-core 0.1.0", "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", "voca_rs 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1225,7 +1225,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "scrap" -version = "0.0.0" +version = "0.1.0" dependencies = [ "assert_cmd 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "assert_fs 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1236,8 +1236,8 @@ dependencies = [ "prettyprint 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "rexpect 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustyline 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "scdlang-core 0.0.0", - "scdlang_xstate 0.0.0", + "scdlang-core 0.1.0", + "scdlang_xstate 0.1.0", ] [[package]] diff --git a/Dockerfile b/Dockerfile index c08965c4..cfc8b403 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine -LABEL version="0.0.0" \ +LABEL version="0.1.0" \ repository="https://github.com/drsensor/scdlang" \ homepage="https://drsensor.github.io/scdlang" \ maintainer="Fahmi Akbar Wildana " diff --git a/README.md b/README.md index 4ac422db..728a6f4b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Scdlang **S**tate**c**harts **D**escription **Lang**uage
+[![current version](https://badge.fury.io/gh/drsensor%2Fscdlang.svg)](https://github.com/drsensor/scdlang/releases/latest) +[![Docker image size](https://img.shields.io/microbadger/image-size/scdlang/scrap/latest.svg)](https://hub.docker.com/r/scdlang/scrap) +![License](https://img.shields.io/github/license/drsensor/scdlang.svg) [![gitstore](https://enjoy.gitstore.app/repositories/badge-DrSensor/scdlang.svg)](https://enjoy.gitstore.app/repositories/DrSensor/scdlang) > 🚧 Still **Work in Progress** 🏗️ @@ -54,11 +57,11 @@ docker pull scdlang/scrap TODO: TBD ## Contributing +![open "help wanted" issues](https://img.shields.io/github/issues/drsensor/scdlang/help%20wanted.svg) +![open "good first issue" issues](https://img.shields.io/github/issues/drsensor/scdlang/good%20first%20issue.svg) -Please do 🥺 - -Any contributions are welcome as long as it follow [Code of Conduct](CODE_OF_CONDUCT.md). -If anyone have questions or something to discuss, feel free to DM or mention me in any platform that have my profile picture 👹. +Any contributions are welcome as long as it follow [Code of Conduct](CODE_OF_CONDUCT.md).
+If anyone have questions or something to discuss, feel free to DM or mention me in any platform that have my profile picture 👹. ## License diff --git a/packages/cli/Cargo.toml b/packages/cli/Cargo.toml index 6e2c6616..2d693c1c 100644 --- a/packages/cli/Cargo.toml +++ b/packages/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scrap" -version = "0.0.0" +version = "0.1.0" description = "A CLI for working with Scdlang" authors = ["Fahmi Akbar Wildana "] edition = "2018" diff --git a/packages/core/Cargo.toml b/packages/core/Cargo.toml index 147ebacf..2faf3336 100644 --- a/packages/core/Cargo.toml +++ b/packages/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scdlang-core" -version = "0.0.0" +version = "0.1.0" authors = ["Fahmi Akbar Wildana "] edition = "2018" diff --git a/packages/transpiler/xstate/Cargo.toml b/packages/transpiler/xstate/Cargo.toml index c156dcb9..d198774c 100644 --- a/packages/transpiler/xstate/Cargo.toml +++ b/packages/transpiler/xstate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scdlang_xstate" -version = "0.0.0" +version = "0.1.0" authors = ["Fahmi Akbar Wildana "] edition = "2018"