Skip to content

Commit a6b9ea4

Browse files
committed
Release v0.6.5
1 parent 4c2e770 commit a6b9ea4

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.5] - 2025-11-09
9+
10+
### Added
11+
- Add LocalizationManager.Tests/build/ to .gitignore
12+
- Add JSON and simple output formats to validate, stats, view, and export commands
13+
- Add explicit permissions to CI workflow for security
14+
15+
### Changed
16+
- Use 'Release v' naming and exclude from CI workflow
17+
818
## [0.6.4] - 2025-11-09
919

1020
### Fixed
@@ -99,6 +109,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99109
- **License:**
100110
- MIT License with copyright headers in all source files
101111

112+
[0.6.5]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.4...v0.6.5
102113
[0.6.4]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.3...v0.6.4
103114
[0.6.3]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.2...v0.6.3
104115
[0.6.2]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.0...v0.6.2

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.4</Version>
11-
<AssemblyVersion>0.6.4.0</AssemblyVersion>
12-
<FileVersion>0.6.4.0</FileVersion>
10+
<Version>0.6.5</Version>
11+
<AssemblyVersion>0.6.5.0</AssemblyVersion>
12+
<FileVersion>0.6.5.0</FileVersion>
1313
<Authors>Nikolaos Protopapas</Authors>
1414
<Company>Nikolaos Protopapas</Company>
1515
<Product>Localization Resource Manager (LRM)</Product>

0 commit comments

Comments
 (0)