Skip to content

Commit 89c796a

Browse files
Tykoclaude
andcommitted
docs: Update versioning to v1.2.0 with more conservative approach
- Changed version from v2.0.0 to v1.2.0 for conservative versioning - Updated CHANGELOG.md to reflect v1.2.0 as feature enhancement release - Modified development documentation to reference v1.2.0 - Maintained semantic versioning principles with minor version bump 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f5df111 commit 89c796a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ All notable changes to SlayNode will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [2.0.0] - 2025-10-12
8+
## [1.2.0] - 2025-10-12
99

10-
### 🚀 Major Improvements
10+
### ✨ New Features & Improvements
1111

1212
#### Architecture & Code Quality
1313
- **Threading Modernization**: Migrated from DispatchQueue to modern Swift concurrency (Task, async/await)
@@ -47,7 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4747
- **Testing Foundation**: Improved error handling makes testing more reliable
4848
- **Future-Proofing**: Modern Swift patterns ensure long-term maintainability
4949

50-
## [1.x.x] - Previous Versions
50+
## [1.1.x] - Previous Versions
5151

5252
### Core Features
5353
- Menu bar integration with popover interface
@@ -70,6 +70,6 @@ No action required - all changes are backward compatible and improve reliability
7070
- Process parsing functions have been unified
7171
- Threading model has been simplified with MainActor isolation
7272

73-
### Breaking Changes
73+
### Compatibility
7474
- Internal API changes only - no user-facing breaking changes
7575
- All existing functionality preserved with enhanced reliability

docs/DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ private func performProcessDetection() async -> [NodeProcessItemViewModel] {
9999
- **Code Optimization**: Eliminated ~500+ lines of duplicate code through unified process parsing
100100
- **Error Resilience**: Graceful degradation and comprehensive error recovery mechanisms
101101

102-
### Recent Improvements (v2.0)
102+
### Recent Improvements (v1.2.0)
103103

104104
- **Threading Standardization**: Migrated from DispatchQueue to modern Swift concurrency
105105
- **Error Handling Enhancement**: Implemented comprehensive error type system with localized descriptions

0 commit comments

Comments
 (0)