Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSensor committed May 31, 2019
1 parent 34a9c4d commit 8db4daa
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 14 deletions.
12 changes: 6 additions & 6 deletions 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 Dockerfile
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Scdlang
<sup>**S**tate**c**harts **D**escription **Lang**uage</sup><br>

[![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** 🏗️
Expand Down Expand Up @@ -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)
<!-- TODO: add proper CONTRIBUTING.md alongs with ARCHITECTURE.md and github template for issues & pull_request -->
Please do 🥺

Any contributions are welcome as long as it follow [Code of Conduct](CODE_OF_CONDUCT.md).
<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>
Any contributions are welcome as long as it follow [Code of Conduct](CODE_OF_CONDUCT.md).<br>
<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>

## License

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scdlang-core"
version = "0.0.0"
version = "0.1.0"
authors = ["Fahmi Akbar Wildana <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion packages/transpiler/xstate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scdlang_xstate"
version = "0.0.0"
version = "0.1.0"
authors = ["Fahmi Akbar Wildana <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 8db4daa

Please sign in to comment.