Skip to content

Commit 1d5e186

Browse files
author
wangxinxin
committed
chore(release): 发布 v0.1.0
1 parent 12a2008 commit 1d5e186

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ The format is based on Keep a Changelog, and this project follows Semantic Versi
66

77
## [Unreleased]
88

9+
## [0.1.0] - 2026-02-14
10+
911
### Added
1012
- PyPI release workflow triggered by version tags (`v*`).
1113
- Automatic GitHub Release creation with built package artifacts attached.
12-
13-
## [0.1.0a0] - 2026-02-14
14-
15-
### Added
1614
- Initial EmailCLI scaffolding with package entrypoint `mailcli`.
1715
- Core command groups: `account`, `folder`, `envelope`, `message`, `attachment`.
1816
- Exmail-focused IMAP/SMTP workflows for list/search/read/send/attachment download.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "exmail-cli"
7-
version = "0.1.0a0"
7+
version = "0.1.0"
88
description = "Mail CLI scaffold targeting Exmail IMAP/SMTP workflows"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)