Skip to content

Commit

Permalink
Release v0.1.1 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloKowalczyk committed Jun 11, 2019
1 parent 2a6c118 commit 9948b8b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.1.1] - 2019-06-11

### Fixed

- [#1] missing license
- [#2] missing Composer's package name
- [#3] missing application name

## [v0.1.0] - 2019-06-11

### Added
Expand All @@ -15,5 +23,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `list` command


[Unreleased]: https://github.com/PabloKowalczyk/nvfc/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/PabloKowalczyk/nvfc/compare/v0.1.1...HEAD
[#1]: https://github.com/PabloKowalczyk/nvfc/pull/1
[#2]: https://github.com/PabloKowalczyk/nvfc/pull/2
[#3]: https://github.com/PabloKowalczyk/nvfc/pull/3
[v0.1.1]: https://github.com/PabloKowalczyk/nvfc/releases/tag/v0.1.1
[v0.1.0]: https://github.com/PabloKowalczyk/nvfc/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion bin/nvfc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ use Symfony\Component\Console\Application;

require \dirname(__DIR__) . '/vendor/autoload.php';

$application = new Application('NVidia Fan Controller');
$application = new Application('NVidia Fan Controller', 'v0.1.1');
$application->add(new \NvFanController\UserInterface\WatchCommand());
$application->run();

0 comments on commit 9948b8b

Please sign in to comment.