Skip to content

Commit ad7ee71

Browse files
committed
chore: bump version to v0.1.1 for distribution release
1 parent 3b44d02 commit ad7ee71

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

cmd/gspy/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import (
3838

3939
// Build-time variables set via -ldflags.
4040
var (
41-
Version = "0.1.0"
41+
Version = "0.1.1"
4242
BuildGoVersion = "unknown"
4343
)
4444

debian/changelog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
gspy (0.1.1-1) unstable; urgency=low
2+
3+
* Hardened for security distribution acceptance (Kali, BlackArch, Parrot).
4+
* Fixed version string reporting in CI to use git describe.
5+
* Hardened binary verification in CI (removed silenced tests).
6+
* Restored gzipped man page to release artifacts.
7+
* Complied with Debian build policy (removed internet access during build).
8+
* Refactored TUI flash messages with timed auto-clear (3s).
9+
* Implemented real-process BPF integration tests in CI.
10+
* Verified all source files contain SPDX-License-Identifier tags.
11+
* Relocated and modernized PKGBUILD for BlackArch compatibility.
12+
13+
-- Mutasem Kharma <mutasem@gspy.dev> Sun, 19 Apr 2026 10:55:00 +0000
14+
115
gspy (0.1.0-1) unstable; urgency=medium
216

317
* Initial release.

packaging/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Mutasem Kharma <mutasem@gspy.dev>
22
# SPDX-License-Identifier: GPL-2.0-only
33
pkgname=gspy
4-
pkgver=0.1.0
4+
pkgver=0.1.1
55
pkgrel=1
66
pkgdesc="Forensic goroutine-to-syscall inspector for live Go processes"
77
arch=('x86_64')

0 commit comments

Comments
 (0)