diff --git a/CHANGELOG.md b/CHANGELOG.md index b808e50..627f609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.3.0-b0] +## [0.3.0] - 2023-11-19 + +### Added + +- Manual page + +## [0.3.0-b0] - 2023-11-18 ### Added @@ -19,6 +25,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Source reorganisation - The PowerShell (from its C# DLL) calls the native DLL. This is significantly faster than the 100% PowerShell prior version. +- Update documentation ## [0.2.1] - 2023-10-08 diff --git a/Doxyfile.in b/Doxyfile.in index 6586f03..e5add1a 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -49,7 +49,7 @@ OUTPUT_DIRECTORY = @CMAKE_CURRENT_BINARY_DIR@/docs PROJECT_BRIEF = "A registry exporter for programmers." PROJECT_LOGO = PROJECT_NAME = @CMAKE_PROJECT_NAME@ -PROJECT_NUMBER = v0.3.0-b0 +PROJECT_NUMBER = v0.3.0 RECURSIVE = YES SOURCE_BROWSER = YES STRIP_CODE_COMMENTS = YES diff --git a/README.md b/README.md index 7f4f16f..328b00b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![PowerShell Gallery Platform Support](https://img.shields.io/powershellgallery/p/WinPrefs?label=powershell+platforms+supported)](https://www.powershellgallery.com/packages/WinPrefs) ![GitHub tag (with filter)](https://img.shields.io/github/v/tag/Tatsh/winprefs) ![GitHub](https://img.shields.io/github/license/Tatsh/winprefs) -![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/Tatsh/winprefs/v0.3.0-b0/master) +![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/Tatsh/winprefs/v0.3.0/master) macOS users: please see [macprefs](https://github.com/Tatsh/macprefs) for an equivalent tool. diff --git a/package.json b/package.json index 84b820f..be8aee4 100644 --- a/package.json +++ b/package.json @@ -43,5 +43,5 @@ "format": "yarn prettier -w .", "qa": "yarn check-spelling && yarn check-formatting" }, - "version": "0.3.0-b0" + "version": "0.3.0" } diff --git a/src/WinPrefs.psd1 b/src/WinPrefs.psd1 index 9fcdf5e..31a34f3 100644 --- a/src/WinPrefs.psd1 +++ b/src/WinPrefs.psd1 @@ -26,7 +26,6 @@ PSData = @{ IconUri = 'https://avatars.githubusercontent.com/u/724848?s=96&v=4' LicenseUri = 'https://github.com/Tatsh/winprefs/blob/master/LICENSE.txt' - PreRelease = 'beta' ProjectUri = 'https://github.com/Tatsh/winprefs' ReleaseNotes = 'https://github.com/Tatsh/winprefs/blob/master/CHANGELOG.md' Tags = @('admin', 'administrator', 'backup', 'batch', 'registry', 'windows')