From 6efcffd189c3d0dd7dc9668c030f5d89527e81f8 Mon Sep 17 00:00:00 2001 From: patryk4815 Date: Wed, 28 May 2025 02:57:37 +0200 Subject: [PATCH] Bump 2025.05.28 (#3034) --- 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 68bdb24c9..c8e621b8b 100755 --- a/docs/install.sh +++ b/docs/install.sh @@ -38,7 +38,7 @@ if [ -n "$missing" ]; then exit 1 fi -VERSION="2025.04.18" +VERSION="2025.05.28" TYPE="" ROOTLESS=false diff --git a/docs/setup.md b/docs/setup.md index 93cc2dad9..e9aabb34a 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.04.18.x86_64.rpm +dnf install ./pwndbg-2025.05.28.x86_64.rpm ``` DEB-based Systems (Debian/Ubuntu/Kali): ```{.bash .copy} -apt install ./pwndbg_2025.04.18_amd64.deb +apt install ./pwndbg_2025.05.28_amd64.deb ``` Alpine: ```{.bash .copy} -apk add --allow-untrusted ./pwndbg_2025.04.18_x86_64.apk +apk add --allow-untrusted ./pwndbg_2025.05.28_x86_64.apk ``` Arch Linux: ```{.bash .copy} -pacman -U ./pwndbg-2025.04.18-1-x86_64.pkg.tar.zst +pacman -U ./pwndbg-2025.05.28-1-x86_64.pkg.tar.zst ``` ## Installing pwndbg-lldb diff --git a/pwndbg/lib/version.py b/pwndbg/lib/version.py index d606e240d..be781a3e8 100644 --- a/pwndbg/lib/version.py +++ b/pwndbg/lib/version.py @@ -27,7 +27,7 @@ def build_id() -> str: return "" -__version__ = "2025.04.18" +__version__ = "2025.05.28" b_id = build_id() diff --git a/pyproject.toml b/pyproject.toml index 7869d6946..a430fa64a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pwndbg" -version = "2025.04.18" +version = "2025.05.28" 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 01607c7e8..ac9378242 100644 --- a/uv.lock +++ b/uv.lock @@ -1236,7 +1236,7 @@ wheels = [ [[package]] name = "pwndbg" -version = "2025.4.18" +version = "2025.5.28" source = { editable = "." } dependencies = [ { name = "capstone" },