diff --git a/build/package/chkok.spec b/build/package/chkok.spec index 1ce85a0..7ad1ea7 100644 --- a/build/package/chkok.spec +++ b/build/package/chkok.spec @@ -1,5 +1,5 @@ Name: chkok -Version: 0.3.0 +Version: 0.3.1 Release: 1%{?dist} Summary: checks attributes of files and sockets @@ -46,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jun 16 2024 Farzad Ghanei 0.3.1-1 +- Add support for Debian packaging +- Improve packaging + * Sat May 11 2024 Farzad Ghanei 0.3.0-1 - Add support for required headers for http runner - Add maxHeaderBytes configuration for http runner diff --git a/build/package/debian/changelog b/build/package/debian/changelog index e847053..e347261 100644 --- a/build/package/debian/changelog +++ b/build/package/debian/changelog @@ -1,9 +1,10 @@ -chkok (0.3.0-1) UNRELEASED; urgency=low +chkok (0.3.1-1) UNRELEASED; urgency=low [ Farzad Ghanei ] + * Closes #10 adds deb packaging * Add support for required headers for http runner * Add maxHeaderBytes configuration for http runner [ Farzad Ghanei ] - -- Farzad Ghanei <644113+farzadghanei@users.noreply.github.com> Sat, 15 Jun 2024 16:18:03 +0100 + -- Farzad Ghanei <644113+farzadghanei@users.noreply.github.com> Sun, 16 Jun 2024 16:08:03 +0100 diff --git a/cmd/chkok.go b/cmd/chkok.go index 0b50295..6060989 100644 --- a/cmd/chkok.go +++ b/cmd/chkok.go @@ -11,7 +11,7 @@ import ( ) // Version of the app -const Version string = "0.3.0" +const Version string = "0.3.1" // ModeHTTP run checks in http server mode const ModeHTTP string = "http" diff --git a/docs/man/chkok.1 b/docs/man/chkok.1 index 34ce13f..dcc30b3 100644 --- a/docs/man/chkok.1 +++ b/docs/man/chkok.1 @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "CHKOK" 1 "2024-05-11" "0.3.0" "General Command Manuals" +.TH "CHKOK" 1 "2024-05-16" "0.3.1" "General Command Manuals" .SH NAME chkok \- Check if file attributes are OK .SH SYNOPSIS diff --git a/docs/man/chkok.rst b/docs/man/chkok.rst index a453733..dc76cbe 100644 --- a/docs/man/chkok.rst +++ b/docs/man/chkok.rst @@ -7,9 +7,9 @@ Check if file attributes are OK ------------------------------- :Author: Farzad Ghanei -:Date: 2024-05-11 +:Date: 2024-05-16 :Copyright: Copyright (c) 2024 Farzad Ghanei. chkok is an open source project released under the terms of the MIT license. -:Version: 0.3.0 +:Version: 0.3.1 :Manual section: 1 :Manual group: General Command Manuals