Skip to content

Commit ed3782f

Browse files
committed
bump version to 0.7.0
1 parent a01d60b commit ed3782f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

debian/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
octopass (0.7.0-1) bionic; urgency=medium
2+
3+
* Resolve a problem of cache file permission
4+
5+
-- linyows <linyows@gmail.com> Fri, 21 Jun 2019 17:10:00 +0900
16
octopass (0.6.0-1) bionic; urgency=medium
27

38
* Support SELinux policy

octopass.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include <regex.h>
3636
#include <unistd.h>
3737

38-
#define OCTOPASS_VERSION "0.6.0"
38+
#define OCTOPASS_VERSION "0.7.0"
3939
#define OCTOPASS_VERSION_WITH_NAME "octopass/" OCTOPASS_VERSION
4040
#ifndef OCTOPASS_CONFIG_FILE
4141
#define OCTOPASS_CONFIG_FILE "/etc/octopass.conf"

rpm/octopass.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Management linux user and authentication with team or collaborator on Github.
22
Name: octopass
3-
Version: 0.6.0
3+
Version: 0.7.0
44
Release: 1
55
License: GPLv3
66
URL: https://github.com/linyows/octopass
@@ -73,6 +73,8 @@ fi
7373
%{_datadir}/selinux/packages/%{name}/%{name}.pp
7474

7575
%changelog
76+
* Fri Jun 21 2019 linyows <linyows@gmail.com> - 0.7.0-1
77+
- Resolve a problem of cache file permission
7678
* Mon Oct 22 2018 linyows <linyows@gmail.com> - 0.6.0-1
7779
- Add policy for SELinux
7880
* Wed Oct 10 2018 linyows <linyows@gmail.com> - 0.5.1-1

0 commit comments

Comments
 (0)