Skip to content

Commit

Permalink
Update version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farzadghanei committed Nov 4, 2020
1 parent bff047a commit d6ed830
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
11 changes: 11 additions & 0 deletions build/package/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
mute (0.2.0-1) UNRELEASED; urgency=low

[ Farzad Ghanei ]

* Restructure project layout
* Restructure Exec, reduce chances of memory allocation failures (Closes: #19)
* Exec supports pre allocating buffers to prevent extra allocation later
* Rename constants ENV_* to CamelCase as a more conventional format

-- Farzad Ghanei <farzad.ghanei@tutanota.com> Wed, 04 Nov 2020 16:40:40 +0100

mute (0.1.1-1) UNRELEASED; urgency=low

[ Farzad Ghanei ]
Expand Down
8 changes: 7 additions & 1 deletion build/package/mute.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: mute
Version: 0.1.1
Version: 0.2.0
Release: 1%{?dist}
Summary: Run other programs muting the output when configured

Expand Down Expand Up @@ -48,6 +48,12 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Wed Nov 04 2020 Farzad Ghanei <farzad.ghanei@tutanota.com> 0.2.0-1
- Restructure project layout
- Restructure Exec, reduce chances of memory allocation failures (Closes: #19)
- Exec supports pre allocating buffers to prevent extra allocation later
- Rename constants ENV_* to CamelCase as a more conventional format

* Sun Aug 16 2020 Farzad Ghanei <farzad.ghanei@tutanota.com> 0.1.1-1
- Fix missing new line at the end of the help message (Closes: #15)
- Fix formatting issues in README
Expand Down
2 changes: 1 addition & 1 deletion conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

// Version is the program version
const Version string = "0.1.1"
const Version string = "0.2.0"

// EnvConfig is the name of the environment variable to point to config file
const EnvConfig string = "MUTE_CONFIG"
Expand Down
2 changes: 1 addition & 1 deletion docs/man/mute.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH MUTE 1 "2020-02-16" "0.1.1" "General Command Manuals"
.TH MUTE 1 "2020-02-16" "0.2.0" "General Command Manuals"
.SH NAME
MUTE \- runs other programs and prevents the output under configured criteria
.
Expand Down
2 changes: 1 addition & 1 deletion docs/man/mute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs other programs and prevents the output under configured criteria
:Author: Farzad Ghanei <farzad.ghanei@tutanota.com>
:Date: 2020-02-16
:Copyright: Copyright (c) 2019 Farzad Ghanei. mute is an open source project released under the terms of the MIT license.
:Version: 0.1.1
:Version: 0.2.0
:Manual section: 1
:Manual group: General Command Manuals

Expand Down

0 comments on commit d6ed830

Please sign in to comment.