Skip to content

Commit

Permalink
Version Jump and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmorgan committed Feb 4, 2025
1 parent 09e806a commit d4657d3
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.13.0](https://github.com/tristanmorgan/awskeyring/tree/1.13.0) (2025-02-04)

[Full Changelog](https://github.com/tristanmorgan/awskeyring/compare/v1.12.1...1.13.0)

**Merged pull requests:**

- Generate fake creds for testing. [\#94](https://github.com/tristanmorgan/awskeyring/pull/94) ([tristanmorgan](https://github.com/tristanmorgan))

## [v1.12.1](https://github.com/tristanmorgan/awskeyring/tree/v1.12.1) (2024-06-04)

[Full Changelog](https://github.com/tristanmorgan/awskeyring/compare/v1.12.0...v1.12.1)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016-2022 Tristan Morgan
Copyright (c) 2016-2025 Tristan Morgan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
Awskeyring is a small tool to manage AWS account keys in the macOS Keychain. It has
grown to incorporate a lot of [features](https://github.com/tristanmorgan/awskeyring/wiki/Awskeyring-features).

## Project Status

Awskeyring is a fairly mature project so it it doesn't see frequent updates but is still being maintained.
It is tested against the version of Ruby that is shipped with the latest version of macOS, but that ruby version is dated.

## Motivation

The motivation of this application is to provide a local secure store of AWS
Expand Down
2 changes: 1 addition & 1 deletion lib/awskeyring/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Version const and query of latest.
module Awskeyring
# The Gem's version number
VERSION = '1.12.1'
VERSION = '1.13.0'
# The Gem's homepage
HOMEPAGE = 'https://github.com/tristanmorgan/awskeyring'

Expand Down
4 changes: 2 additions & 2 deletions man/awskeyring.5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "AWSKEYRING" "5" "January 2025" "" ""
.TH "AWSKEYRING" "5" "February 2025" "" ""
.
.SH "NAME"
\fBAwskeyring\fR \- is a small tool to manage AWS account keys in the macOS Keychain
Expand Down Expand Up @@ -353,7 +353,7 @@ The motivation of this application is to provide a local secure store of AWS cre
If you believe you have found a security issue in Awskeyring, please responsibly disclose by contacting me at \fItristan\.morgan@gmail\.com\fR\. Awskeyring is a Ruby script and as such Ruby is whitelisted to access your "awskeyring" keychain\. Use a strong password and keep the unlock time short\.
.
.SH "AUTHOR"
Tristan Morgan \fItristan\.morgan@gmail\.com\fR is the maintainer of Awskeyring\.
Tristan Morgan \fItristan\.morgan@gmail\.com\fR is the maintainer and author of Awskeyring\.
.
.SH "CONTRIBUTORS"
.
Expand Down
2 changes: 1 addition & 1 deletion man/awskeyring.5.ronn
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ access your "awskeyring" keychain. Use a strong password and keep the unlock tim

## AUTHOR

Tristan Morgan <[email protected]> is the maintainer of Awskeyring.
Tristan Morgan <[email protected]> is the maintainer and author of Awskeyring.

## CONTRIBUTORS

Expand Down

0 comments on commit d4657d3

Please sign in to comment.