Skip to content

Commit ed3169c

Browse files
committed
release: v0.17.0
1 parent 0050ad0 commit ed3169c

3 files changed

Lines changed: 37 additions & 29 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.17.0](https://github.com/sevenc-nanashi/aviutl2-rs/releases/tag/0.17.0)
12+
513
- **Breaking**: 最小バージョンをbeta33に引き上げ
614
- **Breaking**: generic: `try_get_edit_info`を削除
715
- generic: [beta33の変更](https://github.com/aviutl2/aviutl2_sdk_mirror/commit/c5a364cffbab058bed2b4aa8fd5c4931e3c3f817)に追従

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.16.0"
6+
version = "0.17.0"
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.16.0" }
16-
aviutl2-sys = { path = "./crates/aviutl2-sys", version = "0.16.0" }
17-
aviutl2-macros = { path = "./crates/aviutl2-macros", version = "0.16.0" }
18-
aviutl2-alias = { path = "./crates/aviutl2-alias", version = "0.16.0" }
19-
aviutl2-eframe = { path = "./crates/aviutl2-eframe", version = "0.16.0" }
15+
aviutl2 = { path = "./crates/aviutl2", version = "0.17.0" }
16+
aviutl2-sys = { path = "./crates/aviutl2-sys", version = "0.17.0" }
17+
aviutl2-macros = { path = "./crates/aviutl2-macros", version = "0.17.0" }
18+
aviutl2-alias = { path = "./crates/aviutl2-alias", version = "0.17.0" }
19+
aviutl2-eframe = { path = "./crates/aviutl2-eframe", version = "0.17.0" }
2020

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

0 commit comments

Comments
 (0)