Skip to content

Commit 05e5288

Browse files
committed
Release v0.6.9
1 parent 243b5d9 commit 05e5288

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ This file is automatically generated from commit messages during releases.
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+
## [0.6.9] - 2025-11-13
9+
10+
### Added
11+
- Add configuration system with scanning settings
12+
- Add comprehensive tests for source code scanning
13+
- Add source code scanning functionality
14+
- Add sample configuration file and comprehensive configuration guide
15+
16+
### Changed
17+
- Update documentation and CLI for new scan and check commands
18+
- Expand test data and fix test assertions
19+
- Update installation documentation for automatic shell completion
20+
- Enhance installation with automatic shell completion setup
21+
- Update shell completions with new commands and features
22+
823
## [0.6.8] - 2025-11-12
924

1025
### Fixed
@@ -163,6 +178,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
163178
- **License:**
164179
- MIT License with copyright headers in all source files
165180

181+
[0.6.9]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.8...v0.6.9
166182
[0.6.8]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.7...v0.6.8
167183
[0.6.7]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.6...v0.6.7
168184
[0.6.6]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.5...v0.6.6

LocalizationManager.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<Nullable>enable</Nullable>
88

99
<!-- Version and Assembly Information -->
10-
<Version>0.6.8</Version>
11-
<AssemblyVersion>0.6.8.0</AssemblyVersion>
12-
<FileVersion>0.6.8.0</FileVersion>
10+
<Version>0.6.9</Version>
11+
<AssemblyVersion>0.6.9.0</AssemblyVersion>
12+
<FileVersion>0.6.9.0</FileVersion>
1313
<Authors>Nikolaos Protopapas</Authors>
1414
<Company>Nikolaos Protopapas</Company>
1515
<Product>Localization Resource Manager (LRM)</Product>

0 commit comments

Comments
 (0)