Update changelog
This commit is contained in:
parent
27d8291bb2
commit
8a53b6081c
@ -4,6 +4,12 @@
|
|||||||
|
|
||||||
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [1.3.0] 2020-05-30
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Support for Ubuntu 20.04 and CentOS 8.
|
||||||
|
|
||||||
## [1.2.1] 2019-12-25
|
## [1.2.1] 2019-12-25
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
2
main.go
2
main.go
@ -84,7 +84,7 @@ func main() {
|
|||||||
)
|
)
|
||||||
|
|
||||||
app.Author("Mikhail Klementev <root@dumpstack.io>")
|
app.Author("Mikhail Klementev <root@dumpstack.io>")
|
||||||
app.Version("1.2.1")
|
app.Version("1.3.0")
|
||||||
|
|
||||||
pathFlag := app.Flag("path", "Path to work directory")
|
pathFlag := app.Flag("path", "Path to work directory")
|
||||||
path := pathFlag.Default(".").ExistingDir()
|
path := pathFlag.Default(".").ExistingDir()
|
||||||
|
Loading…
Reference in New Issue
Block a user