Skip to content

Commit

Permalink
Release 4.7.0beta0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arusekk committed Jul 12, 2021
2 parents 03df22a + 56d4368 commit d8abd07
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
23 changes: 14 additions & 9 deletions CHANGELOG.md
Expand Up @@ -9,11 +9,12 @@ The table below shows which release corresponds to each branch, and what date th

| Version | Branch | Release Date |
| ---------------- | -------- | ---------------------- |
| [4.7.0](#470) | `dev` |
| [4.6.0](#460) | `beta` |
| [4.5.1](#451) | `stable` | May 30, 2020
| [4.5.0](#450) | | Apr 30, 2020
| [4.4.0](#440) | | Mar 29, 2020
| [4.8.0](#480) | `dev` |
| [4.7.0](#470) | `beta` |
| [4.6.0](#460) | `stable` | Jul 12, 2021
| [4.5.1](#451) | | May 30, 2021
| [4.5.0](#450) | | Apr 30, 2021
| [4.4.0](#440) | | Mar 29, 2021
| [4.3.1](#431) | | Nov 29, 2020
| [4.3.0](#430) | | Oct 20, 2020
| [4.2.0](#420) | | Jul 3, 2020
Expand Down Expand Up @@ -60,7 +61,11 @@ The table below shows which release corresponds to each branch, and what date th
| [3.0.0](#300) | | Aug 20, 2016
| [2.2.0](#220) | | Jan 5, 2015

## 4.7.0 (`dev`)
## 4.8.0 (`dev`)



## 4.7.0 (`beta`)

- [#1733][1733] Update libc headers -> more syscalls available!
- [#1876][1876] add `self.message` and change `sys.exc_type` to `sys.exec_info()` in PwnlibException
Expand All @@ -86,7 +91,7 @@ The table below shows which release corresponds to each branch, and what date th
[1906]: https://github.com/Gallopsled/pwntools/pull/1906
[1921]: https://github.com/Gallopsled/pwntools/pull/1921

## 4.6.0 (`beta`)
## 4.6.0 (`stable`)

- [#1429][1429] Add a mechanism for ret2csu (originally #1138)
- [#1566][1566] Add `ignore_config` argument to `pwnlib.tubes.ssh` and improve `allow_agent` implementation
Expand All @@ -108,9 +113,9 @@ The table below shows which release corresponds to each branch, and what date th
[1776]: https://github.com/Gallopsled/pwntools/pull/1776
[1846]: https://github.com/Gallopsled/pwntools/pull/1846

## 4.5.1 (`stable`)
## 4.5.1

- [#1902][1902] Always specify -F and -P for tmux in run_in_new_termianl
- [#1902][1902] Always specify -F and -P for tmux in `run_in_new_terminal`

[1902]: https://github.com/Gallopsled/pwntools/pull/1902

Expand Down
2 changes: 1 addition & 1 deletion pwnlib/version.py
@@ -1 +1 @@
__version__ = '4.7.0dev'
__version__ = '4.7.0beta0'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -89,7 +89,7 @@
name = 'pwntools',
python_requires = '>=2.7',
packages = find_packages(),
version = '4.7.0dev',
version = '4.7.0beta0',
data_files = [('pwntools-doc',
glob.glob('*.md') + glob.glob('*.txt')),
],
Expand Down

0 comments on commit d8abd07

Please sign in to comment.