Skip to content

Commit dc9beb9

Browse files
committed
Release v0.6.16
1 parent 4579619 commit dc9beb9

4 files changed

Lines changed: 15 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.16] - 2025-11-24
9+
10+
### Fixed
11+
- Fix PPA distribution: change unstable to noble in release.sh
12+
813
## [0.6.15] - 2025-11-24
914

1015
### Fixed
@@ -288,6 +293,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
288293
- **License:**
289294
- MIT License with copyright headers in all source files
290295

296+
[0.6.16]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.15...v0.6.16
291297
[0.6.15]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.14...v0.6.15
292298
[0.6.14]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.13...v0.6.14
293299
[0.6.13]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.12...v0.6.13

LocalizationManager.Shared/LocalizationManager.Shared.csproj

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

88
<!-- Version and Assembly Information -->
9-
<Version>0.6.15</Version>
10-
<AssemblyVersion>0.6.15.0</AssemblyVersion>
11-
<FileVersion>0.6.15.0</FileVersion>
9+
<Version>0.6.16</Version>
10+
<AssemblyVersion>0.6.16.0</AssemblyVersion>
11+
<FileVersion>0.6.16.0</FileVersion>
1212
<Authors>Nikolaos Protopapas</Authors>
1313
<Company>Nikolaos Protopapas</Company>
1414
<Product>Localization Resource Manager (LRM) - Shared Library</Product>

LocalizationManager.csproj

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

1010
<!-- Version and Assembly Information -->
11-
<Version>0.6.15</Version>
12-
<AssemblyVersion>0.6.15.0</AssemblyVersion>
13-
<FileVersion>0.6.15.0</FileVersion>
11+
<Version>0.6.16</Version>
12+
<AssemblyVersion>0.6.16.0</AssemblyVersion>
13+
<FileVersion>0.6.16.0</FileVersion>
1414
<Authors>Nikolaos Protopapas</Authors>
1515
<Company>Nikolaos Protopapas</Company>
1616
<Product>Localization Resource Manager (LRM)</Product>

debian/changelog

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
lrm (0.6.15-1) noble; urgency=medium
1+
lrm (0.6.16-1) noble; urgency=medium
22

3-
* Fixed: Fix PPA upload: change distribution from unstable to noble\n
4-
* Added: Add Shift+F7 keyboard shortcut to view code references in TUI\n
5-
* Changed: Implement Phase 5: Simple CLI Chaining\n- Update man page and completion files for batch operations\n
3+
* Fixed: Fix PPA distribution: change unstable to noble in release.sh\n
64

7-
-- Nikolaos Protopapas <nikolaos.protopapas@gmail.com> Mon, 24 Nov 2025 17:12:55 +0200
5+
-- Nikolaos Protopapas <nikolaos.protopapas@gmail.com> Mon, 24 Nov 2025 17:22:11 +0200

0 commit comments

Comments
 (0)