Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
Version update to 0.1.3, new features
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Panisset committed May 16, 2014
1 parent f115560 commit 9ae055a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion credulous.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func main() {
app := cli.NewApp()
app.Name = "credulous"
app.Usage = "Use it!"
app.Version = "0.1.2"
app.Version = "0.1.3"

app.Commands = []cli.Command{
{
Expand Down
6 changes: 5 additions & 1 deletion rpm/credulous.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%define debug_package %{nil}

Name: credulous
Version: 0.1.2
Version: 0.1.3
Release: 1%{?dist}
Summary: Secure AWS credential storage, rotation and redistribution

Expand Down Expand Up @@ -41,5 +41,9 @@ rm -rf $RPM_BUILD_ROOT
%attr(0755,root,root) %{_bindir}/credulous

%changelog
* Sat May 17 2014 Colin Panisset <[email protected]> 0.1.3-1
- add listing of stored credentials
- return default credentials if there's only one set
- more tests and stability
* Fri May 16 2014 Colin Panisset <[email protected]> 0.1.2-1
- Initial RPM packaging

0 comments on commit 9ae055a

Please sign in to comment.