Skip to content

Commit e51b6b4

Browse files
committed
chore(release): finalize release 0.12.2
1 parent 02d2f17 commit e51b6b4

File tree

5 files changed

+27
-15
lines changed

5 files changed

+27
-15
lines changed

.github/changelogs/0.12.1.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/changelogs/0.12.2.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Update for The Cursed, and some chores.
2+
3+
### Added
4+
* Support for game version **The Cursed 5.20**
5+
* The Cursed Expedition
6+
7+
### Changed
8+
* Bump *CommunityToolkit* from 8.3.0 to 8.3.2
9+
* Bump *libNOM.map* from 0.13.2 to 0.13.3
10+
11+
### Removed
12+
* Explicit type (uint) from custom Enums

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,28 @@ All notable changes to this project will be documented in this file. It uses the
44
[Keep a Changelog](http://keepachangelog.com/en/1.0.0/) principles and [Semantic Versioning](https://semver.org/)
55
since 1.0.0.
66

7-
## Unreleased (0.12.2)
7+
## Unreleased
88

99
### Known Issues
10+
### Added
11+
### Changed
12+
### Deprecated
13+
### Removed
14+
### Fixed
15+
### Security
16+
17+
## 0.12.2 (2024-10-28)
18+
1019
### Added
1120
* Support for game version **The Cursed 5.20**
1221
* The Cursed Expedition
22+
1323
### Changed
14-
* Remove explicit type (uint) from custom Enums
1524
* Bump *CommunityToolkit* from 8.3.0 to 8.3.2
1625
* Bump *libNOM.map* from 0.13.2 to 0.13.3
17-
### Deprecated
26+
1827
### Removed
19-
### Fixed
20-
### Security
28+
* Explicit type (uint) from custom Enums
2129

2230
## 0.12.1 (2024-09-08)
2331

libNOM.cli/libNOM.cli.csproj

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

3838
<!-- Package -->
3939
<PropertyGroup Label="General">
40-
<Version>1.0.6</Version>
40+
<Version>1.0.7</Version>
4141
<Authors>cengelha</Authors>
4242
<Description>CLI for libNOM.io to analyze single files or whole directories and print information about it, convert between JSON and actual save formats and perform file operations.</Description>
4343
<Copyright>Copyright (c) Christian Engelhardt 2024</Copyright>

libNOM.io/libNOM.io.csproj

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

5959
<!-- Package -->
6060
<PropertyGroup Label="General">
61-
<Version>0.12.2-beta.1</Version>
61+
<Version>0.12.2</Version>
6262
<Authors>cengelha</Authors>
6363
<Description>Provides reading and writing save files from the game No Man's Sky for all possible platforms as well as related actions.</Description>
6464
<Copyright>Copyright (c) Christian Engelhardt 2021</Copyright>

0 commit comments

Comments
 (0)