From 2d7fda717c450217718c8515a1716eed22209e91 Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Sun, 24 Aug 2025 21:59:46 +0200 Subject: [PATCH] Bump version to 0.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update all version references in preparation for v0.0.3 release: - Debian package control file - Manual pages for skyview and beast-dump - Web interface header display - README installation instructions - Documentation examples 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- CLAUDE.md | 2 +- README.md | 4 ++-- assets/static/index.html | 2 +- debian/DEBIAN/control | 2 +- debian/usr/share/man/man1/beast-dump.1 | 2 +- debian/usr/share/man/man1/skyview.1 | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 4b70eb8..c7a8ea6 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -76,7 +76,7 @@ This document outlines coding standards, architectural principles, and developme - **Prohibited Tools**: Do not use `gh` or other GitHub-oriented tools ### Release Management -- Use semantic versioning (e.g., v0.0.2) +- Use semantic versioning (e.g., v0.0.3) - Include Debian package builds in releases - Provide comprehensive release notes with feature descriptions - Tag releases properly for easy version tracking diff --git a/README.md b/README.md index 2a3602b..9ec1e9f 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ A high-performance, multi-source ADS-B aircraft tracking application that connec ```bash # Install -sudo dpkg -i skyview_0.0.2_amd64.deb +sudo dpkg -i skyview_0.0.3_amd64.deb # Configure sudo nano /etc/skyview/config.json @@ -203,7 +203,7 @@ make check # Run all checks ### Systemd Service (Debian/Ubuntu) ```bash # Install package -sudo dpkg -i skyview_0.0.2_amd64.deb +sudo dpkg -i skyview_0.0.3_amd64.deb # Configure sources in /etc/skyview/config.json # Start service diff --git a/assets/static/index.html b/assets/static/index.html index da510e5..7fc97ee 100644 --- a/assets/static/index.html +++ b/assets/static/index.html @@ -28,7 +28,7 @@
-

SkyView v0.0.2 âš™

+

SkyView v0.0.3 âš™

diff --git a/debian/DEBIAN/control b/debian/DEBIAN/control index 0d87129..6f7941b 100644 --- a/debian/DEBIAN/control +++ b/debian/DEBIAN/control @@ -1,5 +1,5 @@ Package: skyview -Version: 0.0.2 +Version: 0.0.3 Section: net Priority: optional Architecture: amd64 diff --git a/debian/usr/share/man/man1/beast-dump.1 b/debian/usr/share/man/man1/beast-dump.1 index 2465981..3445c93 100644 --- a/debian/usr/share/man/man1/beast-dump.1 +++ b/debian/usr/share/man/man1/beast-dump.1 @@ -1,4 +1,4 @@ -.TH BEAST-DUMP 1 "2025-08-24" "SkyView 0.0.2" "User Commands" +.TH BEAST-DUMP 1 "2025-08-24" "SkyView 0.0.3" "User Commands" .SH NAME beast-dump \- Utility for analyzing raw ADS-B data in Beast binary format .SH SYNOPSIS diff --git a/debian/usr/share/man/man1/skyview.1 b/debian/usr/share/man/man1/skyview.1 index 2c408c6..0adacbb 100644 --- a/debian/usr/share/man/man1/skyview.1 +++ b/debian/usr/share/man/man1/skyview.1 @@ -1,4 +1,4 @@ -.TH SKYVIEW 1 "2025-08-24" "SkyView 0.0.2" "User Commands" +.TH SKYVIEW 1 "2025-08-24" "SkyView 0.0.3" "User Commands" .SH NAME skyview \- Multi-source ADS-B aircraft tracker with Beast format support .SH SYNOPSIS