Skip to content

Commit 8db4daa

Browse files
committed
Release v0.1.0
1 parent 34a9c4d commit 8db4daa

File tree

6 files changed

+17
-14
lines changed

6 files changed

+17
-14
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine
22

3-
LABEL version="0.0.0" \
3+
LABEL version="0.1.0" \
44
repository="https://github.com/drsensor/scdlang" \
55
homepage="https://drsensor.github.io/scdlang" \
66
maintainer="Fahmi Akbar Wildana <sensorfied@gmail.com>"

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Scdlang
22
<sup>**S**tate**c**harts **D**escription **Lang**uage</sup><br>
33

4+
[![current version](https://badge.fury.io/gh/drsensor%2Fscdlang.svg)](https://github.com/drsensor/scdlang/releases/latest)
5+
[![Docker image size](https://img.shields.io/microbadger/image-size/scdlang/scrap/latest.svg)](https://hub.docker.com/r/scdlang/scrap)
6+
![License](https://img.shields.io/github/license/drsensor/scdlang.svg)
47
[![gitstore](https://enjoy.gitstore.app/repositories/badge-DrSensor/scdlang.svg)](https://enjoy.gitstore.app/repositories/DrSensor/scdlang)
58

69
> 🚧 Still **Work in Progress** 🏗️
@@ -54,11 +57,11 @@ docker pull scdlang/scrap
5457
TODO: TBD
5558

5659
## Contributing
60+
![open "help wanted" issues](https://img.shields.io/github/issues/drsensor/scdlang/help%20wanted.svg)
61+
![open "good first issue" issues](https://img.shields.io/github/issues/drsensor/scdlang/good%20first%20issue.svg)
5762
<!-- TODO: add proper CONTRIBUTING.md alongs with ARCHITECTURE.md and github template for issues & pull_request -->
58-
Please do 🥺
59-
60-
Any contributions are welcome as long as it follow [Code of Conduct](CODE_OF_CONDUCT.md).
61-
<sup>If anyone have questions or something to discuss, feel free to DM or mention me in any platform that have my profile picture 👹.</sup>
63+
Any contributions are welcome as long as it follow [Code of Conduct](CODE_OF_CONDUCT.md).<br>
64+
<sup><sup>If anyone have questions or something to discuss, feel free to DM or mention me in any platform that have my profile picture 👹.</sup></sup>
6265

6366
## License
6467

packages/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scrap"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
description = "A CLI for working with Scdlang"
55
authors = ["Fahmi Akbar Wildana <f.a.wildana@gmail.com>"]
66
edition = "2018"

packages/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scdlang-core"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
authors = ["Fahmi Akbar Wildana <f.a.wildana@gmail.com>"]
55
edition = "2018"
66

packages/transpiler/xstate/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scdlang_xstate"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
authors = ["Fahmi Akbar Wildana <f.a.wildana@gmail.com>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)