Skip to content

Commit 9300ca7

Browse files
committed
Release MiniExcel Rust v0.2.0
1 parent 38ce3b2 commit 9300ca7

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["miniexcel", "miniexcel-cli", "miniexcel-wasm"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.1.0"
6+
version = "0.2.0"
77
edition = "2024"
88
rust-version = "1.85"
99
license = "Apache-2.0"

docs/dotnet-feature-gaps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This report compares observable public capabilities in the local checkouts below
88

99
| Project | Revision |
1010
| --- | --- |
11-
| MiniExcel-Rust | `c89481ee626d2e4c1e356d82c98e2f663861cadf` plus the current SaveAsTemplate working-tree changes (`0.1.0`) |
11+
| MiniExcel-Rust | `38ce3b220fb3a6ac06dec1026bacc0561d7cc94e` (`0.2.0`) |
1212
| MiniExcel .NET | `5beb8b6986e93213af0b7ad8f0f1f6351b505d7e` (`2.0.0-preview.4-23-g5beb8b6`) |
1313

1414
The comparison uses the .NET public APIs, their controlling implementations, and focused tests under the sibling `../MiniExcel` checkout. Rust status is based on the public `MiniExcel` facade, options, integration tests, and [compatibility boundary](compatibility.md).

docs/dotnet-feature-gaps.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
| 项目 | 版本基线 |
1010
| --- | --- |
11-
| MiniExcel-Rust | `c89481ee626d2e4c1e356d82c98e2f663861cadf` 加当前 SaveAsTemplate 工作树改动`0.1.0`|
11+
| MiniExcel-Rust | `38ce3b220fb3a6ac06dec1026bacc0561d7cc94e``0.2.0`|
1212
| MiniExcel .NET | `5beb8b6986e93213af0b7ad8f0f1f6351b505d7e``2.0.0-preview.4-23-g5beb8b6`|
1313

1414
比对依据包括同级目录 `../MiniExcel` 中的 .NET 公开 API、控制实现和聚焦测试,以及 Rust 的公开 `MiniExcel` 门面、选项、集成测试和[兼容性边界](compatibility.zh-CN.md)

web-demo/package-lock.json

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

web-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "miniexcel-rust-web-demo",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"type": "module",
66
"scripts": {
77
"build": "node scripts/build.mjs",

0 commit comments

Comments
 (0)