From 97d5ad907679643194f5ca0f85e87a171c913d32 Mon Sep 17 00:00:00 2001 From: Disconnect3d Date: Fri, 30 May 2025 14:31:00 +0000 Subject: [PATCH] Bump version to 2025.05.30 --- docs/install.sh | 2 +- docs/setup.md | 8 ++++---- pwndbg/lib/version.py | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/install.sh b/docs/install.sh index c8e621b8b..510718c1c 100755 --- a/docs/install.sh +++ b/docs/install.sh @@ -38,7 +38,7 @@ if [ -n "$missing" ]; then exit 1 fi -VERSION="2025.05.28" +VERSION="2025.05.30" TYPE="" ROOTLESS=false diff --git a/docs/setup.md b/docs/setup.md index b7520932f..a09a0dc28 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -26,19 +26,19 @@ When installing with GDB, you may also download a package to install through you RPM-based Systems (CentOS/Alma/Rocky/RHEL): ```{.bash .copy} -dnf install ./pwndbg-2025.05.28.x86_64.rpm +dnf install ./pwndbg-2025.05.30.x86_64.rpm ``` DEB-based Systems (Debian/Ubuntu/Kali): ```{.bash .copy} -apt install ./pwndbg_2025.05.28_amd64.deb +apt install ./pwndbg_2025.05.30_amd64.deb ``` Alpine: ```{.bash .copy} -apk add --allow-untrusted ./pwndbg_2025.05.28_x86_64.apk +apk add --allow-untrusted ./pwndbg_2025.05.30_x86_64.apk ``` Arch Linux: ```{.bash .copy} -pacman -U ./pwndbg-2025.05.28-1-x86_64.pkg.tar.zst +pacman -U ./pwndbg-2025.05.30-1-x86_64.pkg.tar.zst ``` ## Installing pwndbg-lldb diff --git a/pwndbg/lib/version.py b/pwndbg/lib/version.py index be781a3e8..e07823717 100644 --- a/pwndbg/lib/version.py +++ b/pwndbg/lib/version.py @@ -27,7 +27,7 @@ def build_id() -> str: return "" -__version__ = "2025.05.28" +__version__ = "2025.05.30" b_id = build_id() diff --git a/pyproject.toml b/pyproject.toml index 837997518..e5abb8dd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pwndbg" -version = "2025.05.28" +version = "2025.05.30" description = "Exploit Development and Reverse Engineering with GDB Made Easy" authors = [{ name = "Dominik 'disconnect3d' Czarnota", email = "dominik.b.czarnota+dc@gmail.com" }] requires-python = "~=3.10" diff --git a/uv.lock b/uv.lock index 55a349b90..b67e8469e 100644 --- a/uv.lock +++ b/uv.lock @@ -1236,7 +1236,7 @@ wheels = [ [[package]] name = "pwndbg" -version = "2025.5.28" +version = "2025.5.30" source = { editable = "." } dependencies = [ { name = "capstone" },