Skip to content

Commit 4c0da8f

Browse files
committed
Merge remote-tracking branch 'origin/main' into dev
2 parents e180436 + 2462ebf commit 4c0da8f

6 files changed

Lines changed: 20 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.0.2 (2026-03-23)
4+
5+
<!-- Release notes generated using configuration in .github/release.yml at main -->
6+
7+
8+
9+
**Full Changelog**: https://github.com/RedTeamSubnet/historical-fingerprinter-challenge/compare/v0.0.1...v0.0.2
10+
311
## v0.0.1 (2026-03-23)
412

513
<!-- Release notes generated using configuration in .github/release.yml at main -->

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1
1+
0.0.2

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
challenge-api:
3-
image: redteamsubnet61/rest-hfp-challenge:0.0.1
3+
image: redteamsubnet61/historical_fingerprinter:0.0.2
44
build:
55
context: ./src/hfp_challenge/challenge
66
restart: unless-stopped

docs/release-notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ hide:
66

77
# 📌 Release Notes
88

9+
## v0.0.2 (2026-03-23)
10+
11+
<!-- Release notes generated using configuration in .github/release.yml at main -->
12+
13+
14+
15+
**Full Changelog**: https://github.com/RedTeamSubnet/historical-fingerprinter-challenge/compare/v0.0.1...v0.0.2
16+
917
## v0.0.1 (2026-03-23)
1018

1119
<!-- Release notes generated using configuration in .github/release.yml at main -->

src/hfp_challenge/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.0.2"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.1"
1+
__version__ = "0.0.2"

0 commit comments

Comments
 (0)