Skip to content

Commit bcb87b4

Browse files
committed
Bump version to v0.10.0
1 parent 7667c9d commit bcb87b4

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
33
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

55
## [Unreleased]
6+
7+
## [0.10.0] - 2025-11-19
68
### Changed
79
- When checking for passwords, inherited 'pwned-ignore' tags are now honored (group tags)
810

@@ -69,6 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6971
- Big thanks to [Troy Hunt] and [Junade Ali] who make this possible!
7072

7173
[Unreleased]: https://github.com/kapsiR/HaveIBeenPwnedKeePassPlugin/compare/v0.9.0...HEAD
74+
[0.10.0]: https://github.com/kapsiR/HaveIBeenPwnedKeePassPlugin/compare/v0.9.0...v0.10.0
7275
[0.9.0]: https://github.com/kapsiR/HaveIBeenPwnedKeePassPlugin/compare/v0.8.0...v0.9.0
7376
[0.8.0]: https://github.com/kapsiR/HaveIBeenPwnedKeePassPlugin/compare/v0.7.1...v0.8.0
7477
[0.7.1]: https://github.com/kapsiR/HaveIBeenPwnedKeePassPlugin/compare/v0.7.0...v0.7.1

KeePass.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:
2-
Have I Been Pwned Plugin:0.9.0.1
2+
Have I Been Pwned Plugin:0.10.0.1
33
:

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$"
66
],

0 commit comments

Comments
 (0)