Skip to content

Commit c02190b

Browse files
committed
Release 4.15.0beta0
2 parents 7741a18 + e341e23 commit c02190b

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ The table below shows which release corresponds to each branch, and what date th
99

1010
| Version | Branch | Release Date |
1111
| ---------------- | -------- | ---------------------- |
12-
| [4.15.0](#4150-dev) | `dev` |
13-
| [4.14.0](#4140-beta) | `beta` |
14-
| [4.13.1](#4131-stable) | `stable` | Sep 29, 2024
12+
| [5.0.0](#500-dev) | `dev` |
13+
| [4.15.0](#4150-beta) | `beta` |
14+
| [4.14.0](#4140-stable) | `stable` | Jan 15, 2025
15+
| [4.13.1](#4131) | | Sep 29, 2024
1516
| [4.13.0](#4130) | | Aug 12, 2024
1617
| [4.12.0](#4120) | | Feb 22, 2024
1718
| [4.11.1](#4111) | | Nov 14, 2023
@@ -71,8 +72,11 @@ The table below shows which release corresponds to each branch, and what date th
7172
| [3.0.0](#300) | | Aug 20, 2016
7273
| [2.2.0](#220) | | Jan 5, 2015
7374

74-
## 4.15.0 (`dev`)
75-
- [#2508][2508] Ignore a warning when compiling with asm
75+
## 5.0.0 (`dev`)
76+
77+
78+
## 4.15.0 (`beta`)
79+
- [#2508][2508] Ignore a warning when compiling with asm on nix
7680
- [#2471][2471] Properly close spawned kitty window
7781
- [#2358][2358] Cache output of `asm()`
7882
- [#2457][2457] Catch exception of non-ELF files in checksec.
@@ -108,7 +112,7 @@ The table below shows which release corresponds to each branch, and what date th
108112
[2476]: https://github.com/Gallopsled/pwntools/pull/2476
109113
[2364]: https://github.com/Gallopsled/pwntools/pull/2364
110114

111-
## 4.14.0 (`beta`)
115+
## 4.14.0 (`stable`)
112116

113117
- [#2356][2356] Add local libc database provider for libcdb
114118
- [#2360][2360] Add offline parameter for `search_by_hash` series function
@@ -130,6 +134,7 @@ The table below shows which release corresponds to each branch, and what date th
130134
- [#2382][2382] added optional port, gdb_args and gdbserver_args parameters to gdb.debug()
131135
- [#2435][2435] Speed up gdbserver handshake in gdb.debug()
132136
- [#2436][2436] Add resolution_addr parameter to Ret2dlresolvePayload
137+
- [#2497][2497] Fix remote.fromsocket() to handle AF_INET6 socket
133138

134139
[2436]: https://github.com/Gallopsled/pwntools/pull/2436
135140
[2371]: https://github.com/Gallopsled/pwntools/pull/2371
@@ -151,14 +156,9 @@ The table below shows which release corresponds to each branch, and what date th
151156
[2382]: https://github.com/Gallopsled/pwntools/pull/2382
152157
[2435]: https://github.com/Gallopsled/pwntools/pull/2435
153158
[2437]: https://github.com/Gallopsled/pwntools/pull/2437
154-
155-
## 4.13.2
156-
157-
- [#2497][2497] Fix remote.fromsocket() to handle AF_INET6 socket
158-
159159
[2497]: https://github.com/Gallopsled/pwntools/pull/2497
160160

161-
## 4.13.1 (`stable`)
161+
## 4.13.1
162162

163163
- [#2445][2445] Fix parsing the PLT on Windows
164164
- [#2466][2466] Fix PLT emulation with Unicorn 2.1.0

pwnlib/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.15.0dev'
1+
__version__ = '4.15.0beta0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
sys.exit(-1)
8888

8989
setup(
90-
version = '4.15.0dev',
90+
version = '4.15.0beta0',
9191
data_files = [('pwntools-doc',
9292
glob.glob('*.md') + glob.glob('*.txt')),
9393
],

0 commit comments

Comments
 (0)