Skip to content

Commit 8e00a46

Browse files
authored
chore: bump version to 0.4.1 (#17)
1 parent 94e6633 commit 8e00a46

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.1] - 2026-03-10
11+
12+
### Fixed
13+
14+
- Publish crates.io release with the correct crate version after the `v0.4.0` GitHub release
15+
1016
## [0.4.0] - 2026-03-10
1117

1218
### Added
@@ -86,7 +92,8 @@ This is the initial release of excel-cli, a lightweight terminal-based Excel vie
8692
- Copy, cut, and paste functionality with `y`, `d`, and `p` keys
8793
- Support for pipe operator when exporting to JSON
8894

89-
[Unreleased]: https://github.com/fuhan666/excel-cli/compare/v0.4.0...HEAD
95+
[Unreleased]: https://github.com/fuhan666/excel-cli/compare/v0.4.1...HEAD
96+
[0.4.1]: https://github.com/fuhan666/excel-cli/releases/tag/v0.4.1
9097
[0.4.0]: https://github.com/fuhan666/excel-cli/releases/tag/v0.4.0
9198
[0.3.0]: https://github.com/fuhan666/excel-cli/releases/tag/v0.3.0
9299
[0.2.0]: https://github.com/fuhan666/excel-cli/releases/tag/v0.2.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "excel-cli"
3-
version = "0.3.0"
3+
version = "0.4.1"
44
edition = "2021"
55
description = "A lightweight terminal-based Excel viewer with Vim-like navigation for viewing, editing, and exporting Excel data to JSON format."
66
license = "MIT"
77
repository = "https://github.com/fuhan666/excel-cli"
88
keywords = ["Excel", "Excel-export", "Excel-json", "calamine", "ratatui"]
99
categories = ["command-line-utilities", "development-tools", "data-structures", "parsing"]
10-
exclude = ["/.github", "CHANGELOG.md", ".gitignore"]
10+
exclude = ["/.github", "AGENTS.md", "CHANGELOG.md", ".gitignore"]
1111

1212
[dependencies]
1313
ratatui = "0.24.0"
@@ -26,4 +26,4 @@ tui-textarea = "0.4.0"
2626
opt-level = 3
2727
lto = true
2828
codegen-units = 1
29-
strip = true
29+
strip = true

0 commit comments

Comments
 (0)