diff --git a/docs/install.sh b/docs/install.sh index 6c4ef2f2e..be962b47e 100755 --- a/docs/install.sh +++ b/docs/install.sh @@ -38,7 +38,7 @@ if [ -n "$missing" ]; then exit 1 fi -VERSION="2025.05.30" +VERSION="2025.10.10" TYPE="" ROOTLESS=false diff --git a/docs/setup.md b/docs/setup.md index 40debed0a..09e0b4f82 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -25,19 +25,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.30.x86_64.rpm +dnf install ./pwndbg-2025.10.10.x86_64.rpm ``` DEB-based Systems (Debian/Ubuntu/Kali): ```{.bash .copy} -apt install ./pwndbg_2025.05.30_amd64.deb +apt install ./pwndbg_2025.10.10_amd64.deb ``` Alpine: ```{.bash .copy} -apk add --allow-untrusted ./pwndbg_2025.05.30_x86_64.apk +apk add --allow-untrusted ./pwndbg_2025.10.10_x86_64.apk ``` Arch Linux: ```{.bash .copy} -pacman -U ./pwndbg-2025.05.30-1-x86_64.pkg.tar.zst +pacman -U ./pwndbg-2025.10.10-1-x86_64.pkg.tar.zst ``` ### Distro packages You may want to install Pwndbg through your distribution's package manager. This installation method is **not officially supported** because we cannot control the versions of the python dependencies Pwndbg uses in this case. Please use any other installation method when reproducing bug reports (portable package is probably simplest in this case). If a bug reproduces with a distro package but not with any of the supported installation methods, please report it to the package maintainer; if the problem cannot be fixed, let us know and we will add it to a list of known issues below. diff --git a/pwndbg/lib/version.py b/pwndbg/lib/version.py index 9152b9691..13c51759a 100644 --- a/pwndbg/lib/version.py +++ b/pwndbg/lib/version.py @@ -27,7 +27,7 @@ def build_id() -> str: return "" -__version__ = "2025.05.30" +__version__ = "2025.10.10" b_id = build_id() diff --git a/pyproject.toml b/pyproject.toml index 9b6d068f9..ddf5d3f76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pwndbg" -version = "2025.05.30" +version = "2025.10.10" 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, <4" diff --git a/uv.lock b/uv.lock index dd89a538e..9e19d70d1 100644 --- a/uv.lock +++ b/uv.lock @@ -1375,7 +1375,7 @@ wheels = [ [[package]] name = "pwndbg" -version = "2025.5.30" +version = "2025.10.10" source = { editable = "." } dependencies = [ { name = "capstone" },