Skip to content

Commit

Permalink
chore(version): bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
farzadghanei committed Jun 16, 2024
1 parent b00c2ef commit 01b6ca9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
6 changes: 5 additions & 1 deletion build/package/chkok.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: chkok
Version: 0.3.0
Version: 0.3.1
Release: 1%{?dist}
Summary: checks attributes of files and sockets

Expand Down Expand Up @@ -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
5 changes: 3 additions & 2 deletions build/package/debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Sat, 15 Jun 2024 16:18:03 +0100
-- Farzad Ghanei <[email protected]> Sun, 16 Jun 2024 16:08:03 +0100
2 changes: 1 addition & 1 deletion cmd/chkok.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/man/chkok.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/man/chkok.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 01b6ca9

Please sign in to comment.