Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabea David committed Feb 3, 2017
1 parent 5e7e6a7 commit ac7376b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ Dates using [ISO 8601 Format](http://www.iso.org/iso/iso8601) (YYYY-MM-DD).

Check whether the latest build has passed: [Builds | Read the Docs](https://readthedocs.org/projects/wireshell/builds/)

**1.0.1** ()
**1.0.1** (2017-02-02)

- Adapts `new` command, allows empty database password (`wireshell new prjct --dbPass=""`)
- Adds `debug` command which allows you to change the debug mode
- Improves every command, optimizes output
- Adds PHPUnit implementation
- Upgrades `guzzlehttp/guzzle` to version 6.2
- Removes `guzzlehttp/progress-subscriber` because it's DEPRECATED

**1.0.0** (2016-09-27)

Expand Down
2 changes: 1 addition & 1 deletion docs/commands/common.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ $ wireshell status --php --image
=============== =====================
wireshell
=============== =====================
Version 1.0.0
Version 1.0.1
Documentation http://wireshell.pw
License MIT
=============== =====================
Expand Down
9 changes: 9 additions & 0 deletions todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,12 @@
* maybe use replace output add some places (@see Downloader)
* add shell autocompletion
* rewrite `$tools->writeError(); exit(1);` to `$tools->writeErrorAndExit();`
* update packages (composer.json)

| package | atm | upgrade to |
|--------------------|----------------------|------------|
| php | >=5.4.0 | >=5.5.9 |
| symfony/console | ~2.0 | ~3.2 |
| symfony/filesystem | ~2.5 | ~3.2 |
| monolog/monolog | ~1.12 | ~1.22 |
| raulfraile/distill | ~0.9,!=0.9.3,!=0.9.4 | ~0.9.10 |

0 comments on commit ac7376b

Please sign in to comment.