File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
5
5
6
+ ## [ Unreleased]
7
+
6
8
## [ 0.3.0] - 2024-05-09
7
9
### Added
8
10
- Add the API of the following add-on:
@@ -171,6 +173,7 @@ ensure it's automatically sent in all API requests.
171
173
### Changed
172
174
- Moved from the main ` zaproxy ` repository.
173
175
176
+ [ Unreleased ] : https://github.com/zaproxy/zap-api-python/compare/0.3.0...HEAD
174
177
[ 0.3.0 ] : https://github.com/zaproxy/zap-api-python/compare/0.2.0...0.3.0
175
178
[ 0.2.0 ] : https://github.com/zaproxy/zap-api-python/compare/0.1.1...0.2.0
176
179
[ 0.1.1 ] : https://github.com/zaproxy/zap-api-python/compare/0.1.0...0.1.1
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
5
5
[tool .poetry ]
6
6
name = " zaproxy"
7
7
# Ensure __version__ in src/zapv2/__init__.py matches.
8
- version = " 0.3 .0"
8
+ version = " 0.4 .0"
9
9
description = " ZAP API Client"
10
10
readme = " README.md"
11
11
authors = [
" ZAP Development Team <[email protected] >" ]
Original file line number Diff line number Diff line change 20
20
"""
21
21
22
22
__docformat__ = 'restructuredtext'
23
- __version__ = '0.3 .0'
23
+ __version__ = '0.4 .0'
24
24
25
25
import requests
26
26
from requests .packages .urllib3 .exceptions import InsecureRequestWarning
You can’t perform that action at this time.
0 commit comments