Skip to content

Commit

Permalink
chore(release): bump version for release to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cengelha committed Feb 15, 2024
1 parent 645633d commit 4d4faec
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 10 deletions.
12 changes: 12 additions & 0 deletions .github/changelogs/0.10.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
A few changes have been accumulated for this one: .NET 8 is targeted directly,
pre-releases can be included in mapping updates, and there is of course an update
for the mapping itself.

### Added
* Now targeting .NET 8 as per the [.NET release lifecycle](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core)
* A version property for the used mapping (built-in or downloaded)
* A new setting to decide whether pre-releases should be included in the mapping updates

### Changed
* Bump Octokit from 7.1.0 to 9.1.2
* Updated mapping to 4.50.0.1
9 changes: 0 additions & 9 deletions .github/changelogs/0.9.2.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ All notable changes to this project will be documented in this file. It uses the

## Unreleased

### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security

## 0.10.0 (2024-02-15)

### Added
* Now targeting .NET 8 as per the [.NET release lifecycle](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core)
* A version property for the used mapping (built-in or downloaded)
Expand Down
2 changes: 1 addition & 1 deletion libNOM.map/libNOM.map.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<!-- Package -->
<PropertyGroup>
<Version>0.9.2</Version>
<Version>0.10.0</Version>
<Authors>cengelha</Authors>
<Description>Provides obfuscation and deobfuscation of save files from the game No Man's Sky.</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit 4d4faec

Please sign in to comment.