Skip to content

Commit 177a0de

Browse files
author
Alex J Lennon
committed
Bump version to 0.2.0
- Rename package to ai-lab-testing - Update repository references - Clean up redundant documentation - Update cache directory paths
1 parent 49a3d14 commit 177a0de

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
[Semantic Versioning](https://semver.org/)
44

5+
## [0.2.0] - 2025-11-16
6+
7+
### Changed
8+
- **Package Rename**: Renamed from `lab-testing` to `ai-lab-testing` for better clarity
9+
- **Repository Rename**: Repository renamed from `mcp-remote-testing` to `ai-lab-testing`
10+
- **Cache Directory**: Updated cache directory from `~/.cache/lab-testing` to `~/.cache/ai-lab-testing`
11+
- **Documentation Cleanup**: Removed redundant planning documents (FEATURES.md, IMPROVEMENTS.md, ROADMAP.md)
12+
13+
### Fixed
14+
- Updated all references to new package and repository names
15+
- Updated .gitignore for new cache directory paths
16+
- Updated CI workflows and scripts for new repository name
17+
518
## [0.1.0] - 2025-11-16
619

720
### Added

README.md

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

88
MCP server exposing remote embedded hardware testing capabilities to AI assistants.
99

10-
**Version**: 0.1.0
10+
**Version**: 0.2.0
1111

1212
> **⚠️ ALPHA QUALITY WARNING**: This package is currently in **alpha** development status. It is **not ready for professional or production use**. The API may change, features may be incomplete, and there may be bugs. Use at your own risk. See [PUBLISHING.md](PUBLISHING.md) for more details.
1313

lab_testing/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77

88
# Single source of truth for version
9-
__version__ = "0.1.0"
9+
__version__ = "0.2.0"
1010

1111
# Version tuple for comparisons
1212
VERSION = tuple(map(int, __version__.split(".")))

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 = "ai-lab-testing"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "MCP server for remote embedded hardware testing"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)