Skip to content

Commit

Permalink
[ADD] READY for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EricHorvat committed May 11, 2021
1 parent 4f88b02 commit a51c66f
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 10 deletions.
1 change: 0 additions & 1 deletion CHANGELOG/current/fix_crash_with_invalid_url.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG/current/fix_create_ws_error.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG/current/fix_fplugin_ssl.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG/current/fix_impost_csv_vuln_api_call.md

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG/remove_deleted_method.md

This file was deleted.

18 changes: 16 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,21 @@
History
=======

1.0.0 (2019-12-27)
Before v1.0.1 this repository was **deprecated**. As it wasn't when releasing 1.0.0, we update the API access. **NO
MORE CODE IS GOING TO BE ADDED**

1.0.1 (2021-05-11)
------------------

* MOD Updated access to Faraday using API v3.

1.0.0 (2020-07-15)
------------------

* First release on PyPI.
* ADD Use of `faraday-plugins <https://github.com/infobyte/faraday_plugins>`_ within the code
* FIX If invalid faraday server url is used not crash anymore
* FIX Create workspace dialog error
* FIX How Import csv call api to check if vulnerability already exists
* FIX fplugin when self signed cert is used


6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
**This is deprecated please use Faraday-Cli instead!!!**
================
This is deprecated please use `Faraday-Cli <https://github.com/infobyte/faraday-cli>`_ instead!!!
================

https://github.com/infobyte/faraday-cli
v1.1.0 was a hand-off release, updating only accessing Faraday using API v3 (v2 will be deprecated too).

==================
Faraday GTK Client
Expand Down
2 changes: 1 addition & 1 deletion faraday_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.0'
__version__ = '1.1.0'

0 comments on commit a51c66f

Please sign in to comment.