Skip to content

Commit 3b81f90

Browse files
Justin WomersleyJustin Womersley
Justin Womersley
authored and
Justin Womersley
committed
Update version number, update changelog and add proxy details to README
1 parent 2009f35 commit 3b81f90

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
History
33
=======
44

5+
1.8.5 (2019-02-04)
6+
------------------
7+
8+
* Wrap words in full report (Thanks @mgedmin)
9+
* Added Dockerfile and readme instructions (Thanks @ayeks)
10+
* Remove API dependency on pip (Thanks @benjaminp)
11+
512
1.8.4 (2018-08-03)
613
------------------
714

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,18 @@ ___
176176
safety check --db=/home/safety-db/data
177177
```
178178

179+
### `--proxy-host`
180+
181+
*Proxy host IP or DNS*
182+
183+
### `--proxy-port`
184+
185+
*Proxy port number*
186+
187+
### `--proxy-protocol`
188+
189+
*Proxy protocol (https or http)*
190+
179191
___
180192

181193
### `--json`
@@ -380,7 +392,7 @@ ___
380392

381393
### `--bare`
382394

383-
*Output vulnerable packages only. *
395+
*Output vulnerable packages only.*
384396

385397
**Example**
386398
```bash

safety/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """pyup.io"""
44
__email__ = '[email protected]'
5-
__version__ = '1.8.4'
5+
__version__ = '1.8.5'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
setup(
3333
name='safety',
34-
version='1.8.4',
34+
version='1.8.5',
3535
description="Safety checks your installed dependencies for known security vulnerabilities.",
3636
long_description=readme + '\n\n' + history,
3737
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)