Skip to content

Commit ee36270

Browse files
committed
chore: release v0.2.1
1 parent 1c17400 commit ee36270

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/vastlint-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vastlint-cli"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
rust-version = "1.75"
66
authors = ["Aleks <aleks@vastlint.org>"]
@@ -17,7 +17,7 @@ name = "vastlint"
1717
path = "src/main.rs"
1818

1919
[dependencies]
20-
vastlint-core = { path = "../vastlint-core", version = "0.2.0" }
20+
vastlint-core = { path = "../vastlint-core", version = "0.2.1" }
2121
# Argument parsing
2222
clap = { version = "4", features = ["derive"] }
2323
# Coloured terminal output

crates/vastlint-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vastlint-core"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
rust-version = "1.75"
66
authors = ["Aleks <aleks@vastlint.org>"]

crates/vastlint-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vastlint-ffi"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
rust-version = "1.75"
66
authors = ["Aleks <aleks@vastlint.org>"]

crates/vastlint-wasm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vastlint-wasm"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
rust-version = "1.75"
66
authors = ["Aleks <aleks@vastlint.org>"]
@@ -15,7 +15,7 @@ categories = ["parser-implementations", "wasm"]
1515
crate-type = ["cdylib"]
1616

1717
[dependencies]
18-
vastlint-core = { path = "../vastlint-core", version = "0.2.0" }
18+
vastlint-core = { path = "../vastlint-core", version = "0.2.1" }
1919
wasm-bindgen = "0.2"
2020
serde = { version = "1", features = ["derive"] }
2121
serde-wasm-bindgen = "0.6"

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vastlint",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "VAST XML validator — checks ad tags against IAB VAST 2.0 through 4.3",
55
"license": "Apache-2.0",
66
"author": "Alex Sekowski <alex@vastlint.org>",

0 commit comments

Comments
 (0)