Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Jan 10, 2023
1 parent 0e3599d commit ba6311b
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 42 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## [Unreleased](https://github.com/dalance/veryl/compare/v0.1.10...Unreleased) - ReleaseDate
## [Unreleased](https://github.com/dalance/veryl/compare/v0.1.11...Unreleased) - ReleaseDate

## [v0.1.11](https://github.com/dalance/veryl/compare/v0.1.10...v0.1.11) - 2023-01-10

## [v0.1.10](https://github.com/dalance/veryl/compare/v0.1.9...v0.1.10) - 2023-01-10

Expand Down
14 changes: 7 additions & 7 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ If you have any idea, please open [Issue](https://github.com/dalance/veryl/issue

[![Actions Status](https://github.com/dalance/veryl/workflows/Regression/badge.svg)](https://github.com/dalance/veryl/actions)
[![Crates.io](https://img.shields.io/crates/v/veryl.svg)](https://crates.io/crates/veryl)
[![Changelog](https://img.shields.io/badge/changelog-v0.1.10-green.svg)](https://github.com/dalance/veryl/blob/master/CHANGELOG.md)
[![Changelog](https://img.shields.io/badge/changelog-v0.1.11-green.svg)](https://github.com/dalance/veryl/blob/master/CHANGELOG.md)

[PlayGround](https://dalance.github.io/veryl/playground)

Expand Down
4 changes: 2 additions & 2 deletions crates/analyzer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "veryl-analyzer"
version = "0.1.10"
version = "0.1.11"
authors.workspace = true
repository.workspace = true
keywords.workspace = true
Expand All @@ -14,4 +14,4 @@ edition = "2021"

[dependencies]
thiserror = {workspace = true}
veryl-parser = {version = "0.1.10", path = "../parser"}
veryl-parser = {version = "0.1.11", path = "../parser"}
6 changes: 3 additions & 3 deletions crates/emitter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "veryl-emitter"
version = "0.1.10"
version = "0.1.11"
authors.workspace = true
repository.workspace = true
keywords.workspace = true
Expand All @@ -14,5 +14,5 @@ edition = "2021"

[dependencies]
serde = {workspace = true}
veryl-metadata = {version = "0.1.10", path = "../metadata"}
veryl-parser = {version = "0.1.10", path = "../parser"}
veryl-metadata = {version = "0.1.11", path = "../metadata"}
veryl-parser = {version = "0.1.11", path = "../parser"}
6 changes: 3 additions & 3 deletions crates/formatter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "veryl-formatter"
version = "0.1.10"
version = "0.1.11"
authors.workspace = true
repository.workspace = true
keywords.workspace = true
Expand All @@ -13,5 +13,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
veryl-metadata = {version = "0.1.10", path = "../metadata"}
veryl-parser = {version = "0.1.10", path = "../parser"}
veryl-metadata = {version = "0.1.11", path = "../metadata"}
veryl-parser = {version = "0.1.11", path = "../parser"}
10 changes: 5 additions & 5 deletions crates/languageserver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "veryl-ls"
version = "0.1.10"
version = "0.1.11"
authors.workspace = true
repository.workspace = true
keywords.workspace = true
Expand All @@ -19,7 +19,7 @@ ropey = "1.5.1"
serde_json = "1.0"
tokio = {version = "1.24.1", features = ["full"]}
tower-lsp = "0.17.0"
veryl-analyzer = {version = "0.1.10", path = "../analyzer"}
veryl-formatter = {version = "0.1.10", path = "../formatter"}
veryl-metadata = {version = "0.1.10", path = "../metadata"}
veryl-parser = {version = "0.1.10", path = "../parser"}
veryl-analyzer = {version = "0.1.11", path = "../analyzer"}
veryl-formatter = {version = "0.1.11", path = "../formatter"}
veryl-metadata = {version = "0.1.11", path = "../metadata"}
veryl-parser = {version = "0.1.11", path = "../parser"}
4 changes: 2 additions & 2 deletions crates/metadata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "veryl-metadata"
version = "0.1.10"
version = "0.1.11"
authors.workspace = true
repository.workspace = true
keywords.workspace = true
Expand All @@ -17,4 +17,4 @@ semver = {version = "1.0", features = ["serde"]}
serde = {workspace = true}
thiserror = {workspace = true}
toml = "0.5.10"
veryl-parser = {version = "0.1.10", path = "../parser"}
veryl-parser = {version = "0.1.11", path = "../parser"}
2 changes: 1 addition & 1 deletion crates/parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "veryl-parser"
version = "0.1.10"
version = "0.1.11"
authors.workspace = true
repository.workspace = true
keywords.workspace = true
Expand Down
10 changes: 5 additions & 5 deletions crates/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
veryl-analyzer = {version = "0.1.10", path = "../analyzer"}
veryl-emitter = {version = "0.1.10", path = "../emitter"}
veryl-formatter = {version = "0.1.10", path = "../formatter"}
veryl-metadata = {version = "0.1.10", path = "../metadata"}
veryl-parser = {version = "0.1.10", path = "../parser"}
veryl-analyzer = {version = "0.1.11", path = "../analyzer"}
veryl-emitter = {version = "0.1.11", path = "../emitter"}
veryl-formatter = {version = "0.1.11", path = "../formatter"}
veryl-metadata = {version = "0.1.11", path = "../metadata"}
veryl-parser = {version = "0.1.11", path = "../parser"}

[dev-dependencies]
criterion = "0.4.0"
Expand Down
12 changes: 6 additions & 6 deletions crates/veryl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "veryl"
version = "0.1.10"
version = "0.1.11"
authors.workspace = true
repository.workspace = true
keywords.workspace = true
Expand Down Expand Up @@ -29,9 +29,9 @@ env_logger = "0.10.0"
serde_json = "1.0"
similar = {version = "2.2.1", features = ["text", "inline"]}
thiserror = {workspace = true}
veryl-analyzer = {version = "0.1.10", path = "../analyzer"}
veryl-emitter = {version = "0.1.10", path = "../emitter"}
veryl-formatter = {version = "0.1.10", path = "../formatter"}
veryl-metadata = {version = "0.1.10", path = "../metadata"}
veryl-parser = {version = "0.1.10", path = "../parser"}
veryl-analyzer = {version = "0.1.11", path = "../analyzer"}
veryl-emitter = {version = "0.1.11", path = "../emitter"}
veryl-formatter = {version = "0.1.11", path = "../formatter"}
veryl-metadata = {version = "0.1.11", path = "../metadata"}
veryl-parser = {version = "0.1.11", path = "../parser"}
walkdir = "2.3.2"
10 changes: 5 additions & 5 deletions crates/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ crate-type = ["cdylib"]

[dependencies]
semver = {version = "1.0", features = ["serde"]}
veryl-analyzer = {version = "0.1.10", path = "../analyzer"}
veryl-emitter = {version = "0.1.10", path = "../emitter"}
veryl-formatter = {version = "0.1.10", path = "../formatter"}
veryl-metadata = {version = "0.1.10", path = "../metadata"}
veryl-parser = {version = "0.1.10", path = "../parser"}
veryl-analyzer = {version = "0.1.11", path = "../analyzer"}
veryl-emitter = {version = "0.1.11", path = "../emitter"}
veryl-formatter = {version = "0.1.11", path = "../formatter"}
veryl-metadata = {version = "0.1.11", path = "../metadata"}
veryl-parser = {version = "0.1.11", path = "../parser"}
wasm-bindgen = "0.2"

[package.metadata.release]
Expand Down
2 changes: 1 addition & 1 deletion support/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-veryl",
"displayName": "vscode-veryl",
"description": "Veryl extension for Visual Studio Code",
"version": "0.1.10",
"version": "0.1.11",
"publisher": "dalance",
"engines": {
"vscode": "^1.74.0"
Expand Down

0 comments on commit ba6311b

Please sign in to comment.