Skip to content

Commit e9991c8

Browse files
author
Marvin Zhang
committed
chore: bump version to 0.2.1
1 parent 76158f1 commit e9991c8

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.2.1] - 2025-11-13
11+
12+
### Added
13+
- Token counting commands (`lean-spec tokens`) for LLM context management
14+
- Token-based validation thresholds replacing line-count metrics
15+
- Chinese (zh-Hans) translations for documentation site
16+
- UI/UX enhancements for LeanSpec Web including dark theme improvements
17+
18+
### Fixed
19+
- Migration tests now use correct fixture paths
20+
- CI workflow improvements and error handling
21+
- Dark theme typography and status color consistency
22+
- Validator error handling for better user experience
23+
24+
### Changed
25+
- Complexity validation now uses token-based thresholds (spec 071)
26+
- Web package downgraded to Tailwind v3 for better compatibility
27+
- Enhanced spec detail pages with timeline and metadata display
28+
1029
## [0.2.0] - 2025-11-10
1130

1231
**🎉 Official Public Release - Production Ready**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lean-spec-monorepo",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"type": "module",
66
"description": "Lightweight spec methodology for AI-powered development (monorepo root)",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lean-spec",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Lightweight spec methodology for AI-powered development",
55
"type": "module",
66
"bin": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanspec/core",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Core spec parsing and validation library for LeanSpec",
55
"type": "module",
66
"main": "./dist/index.js",

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanspec/web",
3-
"version": "0.1.0",
3+
"version": "0.2.1",
44
"description": "LeanSpec Web: Fullstack spec showcase platform",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)