Skip to content

Commit

Permalink
bump: version 0.3.0-b0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh committed Nov 20, 2023
1 parent f031d58 commit 72e469a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
"format": "yarn prettier -w .",
"qa": "yarn check-spelling && yarn check-formatting"
},
"version": "0.3.0-b0"
"version": "0.3.0"
}
1 change: 0 additions & 1 deletion src/WinPrefs.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 72e469a

Please sign in to comment.