Skip to content

Commit 29ba991

Browse files
committed
release: v0.28.1
1 parent 64636fb commit 29ba991

4 files changed

Lines changed: 38 additions & 30 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Unreleased
44

5+
(なし)
6+
7+
### デモプラグイン
8+
9+
(なし)
10+
11+
## [0.28.1](https://github.com/sevenc-nanashi/aviutl2-rs/releases/tag/0.28.1)
12+
513
- alias: テーブル名で改行を許可
614

715
### デモプラグイン

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["./crates/*", "./examples/*"]
33
resolver = "3"
44

55
[workspace.package]
6-
version = "0.28.0"
6+
version = "0.28.1"
77
edition = "2024"
88
license = "MIT"
99
authors = ["Nanashi. <sevenc7c.com>"]
@@ -12,11 +12,11 @@ repository = "https://github.com/sevenc-nanashi/aviutl2-rs"
1212
publish = false
1313

1414
[workspace.dependencies]
15-
aviutl2 = { path = "./crates/aviutl2", version = "0.28.0" }
16-
aviutl2-sys = { path = "./crates/aviutl2-sys", version = "0.28.0" }
17-
aviutl2-macros = { path = "./crates/aviutl2-macros", version = "0.28.0" }
18-
aviutl2-alias = { path = "./crates/aviutl2-alias", version = "0.28.0" }
19-
aviutl2-eframe = { path = "./crates/aviutl2-eframe", version = "0.28.0" }
15+
aviutl2 = { path = "./crates/aviutl2", version = "0.28.1" }
16+
aviutl2-sys = { path = "./crates/aviutl2-sys", version = "0.28.1" }
17+
aviutl2-macros = { path = "./crates/aviutl2-macros", version = "0.28.1" }
18+
aviutl2-alias = { path = "./crates/aviutl2-alias", version = "0.28.1" }
19+
aviutl2-eframe = { path = "./crates/aviutl2-eframe", version = "0.28.1" }
2020

2121
mplus = { path = "./examples/mplus" }
2222

aviutl2.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
id = "sevenc-nanashi.aviutl2-rs"
33
name = "AviUtl2-rs Demo Plugins"
4-
version = "0.28.0"
4+
version = "0.28.1"
55

66
[build_group]
77
debug_all = ["cargo build"]

0 commit comments

Comments
 (0)