Skip to content

Commit

Permalink
chore: release for v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Oct 10, 2022
1 parent 190e3bf commit 7ef6d7e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Fklang

[![Build](https://github.com/feakin/fklang/actions/workflows/build.yml/badge.svg)](https://github.com/feakin/fklang/actions/workflows/build.yml)
![Crates.io](https://img.shields.io/crates/v/fklang)
![Crates.io](https://img.shields.io/crates/v/fkl_cli)
[![codecov](https://codecov.io/gh/feakin/fklang/branch/master/graph/badge.svg?token=PCIL3T0NDR)](https://codecov.io/gh/feakin/fklang)

> Fklang 是一个架构设计 DSL,通过显性化软件架构设计,以确保软件系统描述与实现的一致性。并在工作流中,内嵌对于 AI 代码生成软件的支持,以构筑完整的开发者体验。
Expand Down
6 changes: 3 additions & 3 deletions fkl_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fkl_cli"
version = "0.2.1"
version = "0.2.2"
authors = ["Phodal Huang <h@phodal.com>"]
description = "Feakin is a architecture design and visual collaboration tool. This is the parser for Feakin."
repository = "https://github.com/feakin/fklang"
Expand Down Expand Up @@ -30,8 +30,8 @@ syntect = "5.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"

fkl-parser = { path = "../fkl_parser", version = "0.2.1" }
fkl_codegen_java = { path = "../fkl_codegen_java", version = "0.2.1" }
fkl-parser = { path = "../fkl_parser", version = "0.2.2" }
fkl_codegen_java = { path = "../fkl_codegen_java", version = "0.2.2" }

tree-sitter = "=0.19.3"
tree-sitter-java = "0.19.0"
Expand Down
4 changes: 2 additions & 2 deletions fkl_codegen_java/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fkl_codegen_java"
version = "0.2.1"
version = "0.2.2"
authors = ["Phodal Huang <h@phodal.com>"]
description = "Feakin is a architecture design and visual collaboration tool. This is the parser for Feakin."
repository = "https://github.com/feakin/fklang"
Expand All @@ -27,4 +27,4 @@ anyhow = "1.0.31"

rust-stemmers = "1.2.0"

fkl-parser = { path = "../fkl_parser", version = "0.2.1" }
fkl-parser = { path = "../fkl_parser", version = "0.2.2" }
2 changes: 1 addition & 1 deletion fkl_parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fkl-parser"
version = "0.2.1"
version = "0.2.2"
authors = ["Phodal Huang <h@phodal.com>"]
description = "Feakin is a architecture design and visual collaboration tool. This is the parser for Feakin."
repository = "https://github.com/feakin/fklang"
Expand Down

0 comments on commit 7ef6d7e

Please sign in to comment.