Skip to content

Commit

Permalink
Update changelog for 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardszalay committed Apr 9, 2019
1 parent 2fe4a1f commit d6d2b3b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.2.1
- Fix compatibility with Ruby 2.5+ (#10) - Thanks @bramseynhaeve!

1.2.0
- Temp keychains no longer time out during very long builds (#6)
- When clear_list is false, keychains added by other processes during the build are respected (#3)
Expand All @@ -7,4 +10,4 @@
- Password is now provided to temp_keychain block (#2)

1.0.0
- Initial Release
- Initial Release
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,10 @@ preventing the possibility of fallback to another (locked) keychain.

However, if your server can have multiple builds running concurrently `clear_list` will remove temp keychains
added by other builds, causing them to fail. If this is an issue for you, set `clear_list` to `false`.

## Contributors

Many thanks to all the members of the community that have contributed PRs to this project:

* [https://github.com/bramseynhaeve](bramseynhaeve)

4 changes: 2 additions & 2 deletions spare_keys.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'spare_keys'
s.version = '1.2.0'
s.date = '2017-03-16'
s.version = '1.2.1'
s.date = '2019-04-10'
s.summary = "Temporarily keychain switcher"
s.description = "Isolates keychain access for use with keychain-dependent utilities"
s.authors = ["Richard Szalay"]
Expand Down

0 comments on commit d6d2b3b

Please sign in to comment.