Skip to content

Commit

Permalink
Merge pull request #82 from xsist10/prepare_new_release
Browse files Browse the repository at this point in the history
Bumped version
  • Loading branch information
xsist10 authored Nov 3, 2022
2 parents 1a5c268 + 2dafeda commit 421460f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
![Build](https://github.com/xsist10/cadfael/workflows/build/badge.svg?branch=master)

![Cadfael, a golem in a monk cowl, hunched over a desk examining a the contents of a vial and consulting a book](resources/images/scene.png)
[Artwork Copyright by Ben Fleuter](https://benfleuter.com)

[Artwork Commissioned and Copyright by Ben Fleuter](https://benfleuter.com)

Cadfael is static analysis tool to provide critiquing for MySQL databases.

Expand Down Expand Up @@ -60,14 +59,14 @@ For meaningful results you *should* run this against the database that is being

### Output
```
Cadfael CLI Tool
Cadfael CLI Tool 0.2.6
Host: localhost:3306
User: [username]
What is the database password?
MySQL Version: 8.0.27-0ubuntu0.21.10.1
MySQL Version: 8.0.30-0ubuntu0.22.04.1
Uptime: 3.6 days
Attempting to scan schema test
Expand All @@ -77,6 +76,10 @@ Tables Found: 6
o.....wo.....w.o.o...o..
Checks passed: 67/84
(.) Ok: 67, (o) Concern: 8, (w) Warning: 9
Showing: Warning and higher
> Empty table
Expand Down
2 changes: 1 addition & 1 deletion bin/cadfael
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use Cadfael\Cli\Command\AboutCommand;

$application = new Application();
$application->setName('Cadfael CLI');
$application->setVersion('0.2.5');
$application->setVersion('0.2.6');
$application->add(new AboutCommand());
$application->add(new RunCommand());
$application->run();

0 comments on commit 421460f

Please sign in to comment.