1
0
mirror of https://github.com/orhun/kmon synced 2024-07-08 20:06:03 +00:00

chore: Prepare for the release v1.5.2

This commit is contained in:
orhun 2020-12-15 01:59:12 +03:00
parent eea6acd93e
commit 5e11c84a4e
No known key found for this signature in database
GPG Key ID: B928720AEC532117
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.5.2] - 2020-12-15
### Added
- Add codecov.yml
- Add strategy to CD workflow for different targets

2
Cargo.lock generated
View File

@ -155,7 +155,7 @@ dependencies = [
[[package]]
name = "kmon"
version = "1.5.1"
version = "1.5.2"
dependencies = [
"bytesize",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "kmon"
version = "1.5.1"
version = "1.5.2"
description = "Linux kernel manager and activity monitor"
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
license = "GPL-3.0"

View File

@ -1,6 +1,6 @@
.\" Manpage for kmon.
.\" Contact orhunparmaksiz@gmail.com to correct errors or typos.
.TH KMON "8" "Aug 2020" "kmon" "System Administration Utilities"
.TH KMON "8" "Dec 2020" "kmon" "System Administration Utilities"
.SH NAME
kmon \- manage the kernel modules and monitor kernel activities
.SH SYNOPSIS