Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
Add Changelog.md
  • Loading branch information
PilzAdam committed Jul 15, 2020
1 parent 5930bd1 commit 3d751a2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- this changelog is based on https://keepachangelog.com/en/1.0.0/ -->

<!-- ## [Unreleased] -->

## [1.0.0] - 2020-07-15

The first release and initial version of `simple-restart-check.sh`.

### Added

* Basic functionality: listing of processes that use outdated libraries
* Initial set of ignore patterns
* Routine to find a nice human-readable name for processes using outdated libraries
* Option `-v` to always list all outdated libraries in output
* Option `-f` to show full library path in output instead of just the filename
* Option `-p` to only scan the specified process(es)
* Colored output (controllable by `-c` option)
* Option `-h` to show a help message

<!-- Links to releases -->
[Unreleased]: https://github.com/PilzAdam/simple-restart-check/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/PilzAdam/simple-restart-check/releases/v1.0.0

0 comments on commit 3d751a2

Please sign in to comment.