Skip to content

Commit

Permalink
v1.2.0: add command line help and version display
Browse files Browse the repository at this point in the history
- add Leiningen debug profile

- add a first unit test

- improve console logging

- return process object from "shell-exec"

- place guards around IO operations

- re-factor code

- fix reflection warning
  • Loading branch information
mzuther committed Jul 13, 2020
1 parent 83ad0c9 commit 7086ef1
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 10 deletions.
44 changes: 35 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,40 +10,66 @@ file. This change log follows the conventions of



## [1.2.0] - 2020-07-13
### Added

- add command line help and version display

- add Leiningen debug profile

- add a first unit test

### Changed

- improve console logging

- return process object from "shell-exec"

- place guards around IO operations

- re-factor code

## Fixed

- fix reflection warning



## [1.1.0] - 2020-06-23
### Added

* let users define tasks and do not limit the number of tasks
- let users define tasks and do not limit the number of tasks

* add complete documentation
- add complete documentation

* display an error message if the settings file cannot be opened or is
- display an error message if the settings file cannot be opened or is
broken

### Changed

* completely change the structure of the settings file
- completely change the structure of the settings file

* do not skip the first state update when MoccaFaux is started
- do not skip the first state update when MoccaFaux is started

* drop the default settings
- drop the default settings

* rename the sample settings file
- rename the sample settings file

## Fixed

* kill the scheduler and end MoccaFaux if an exception is thrown
- kill the scheduler and end MoccaFaux if an exception is thrown



## [1.0.0] - 2020-06-20
### Changed

* This is the first release.
- This is the first release.


[keepachangelog.com]: http://keepachangelog.com/
[Unreleased]: https://github.com/mzuther/moccafaux/tree/develop

[1.0.0]: https://github.com/mzuther/moccafaux/commits/v1.0.0
[1.1.0]: https://github.com/mzuther/moccafaux/commits/v1.1.0
[1.2.0]: https://github.com/mzuther/moccafaux/commits/v1.2.0
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject de.mzuther/moccafaux.core "1.1.4-SNAPSHOT"
(defproject de.mzuther/moccafaux.core "1.2.0"
:description "Adapt power management to changes in the environment."
:url "https://github.com/mzuther/moccafaux"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
Expand Down

0 comments on commit 7086ef1

Please sign in to comment.