Release 22.03.9
This commit is contained in:
parent
1179c2d9d3
commit
d17d62ecf9
2 changed files with 11 additions and 5 deletions
14
CHANGELOG
14
CHANGELOG
|
@ -12,18 +12,24 @@ The **patch** part changes is incremented if multiple releases happen the same m
|
|||
|
||||
### Added
|
||||
|
||||
* `--all` and `--none` options to execute all of no task.
|
||||
|
||||
### Changed
|
||||
|
||||
* rename internal variables to use "task" as concept of unit of work
|
||||
|
||||
### Fixed
|
||||
|
||||
### Removed
|
||||
|
||||
### Security
|
||||
|
||||
## [22.03.9] 2022-03-27
|
||||
|
||||
### Added
|
||||
|
||||
* `--all` and `--none` options to execute all of no task.
|
||||
|
||||
### Changed
|
||||
|
||||
* rename internal variables to use "task" as concept of unit of work
|
||||
|
||||
## [22.03.8] 2022-03-27
|
||||
|
||||
dump-server-state has its own repository and changelog
|
|
@ -3,7 +3,7 @@
|
|||
PROGNAME="dump-server-state"
|
||||
REPOSITORY="https://gitea.evolix.org/evolix/dump-server-state"
|
||||
|
||||
VERSION="22.03.8"
|
||||
VERSION="22.03.9"
|
||||
readonly VERSION
|
||||
|
||||
dump_dir=
|
||||
|
|
Loading…
Reference in a new issue