Skip to content

Commit

Permalink
Merge pull request #28 from pmazurek/release/0.3.6
Browse files Browse the repository at this point in the history
Release/0.3.6
  • Loading branch information
rszalski authored Dec 8, 2017
2 parents 0ad5bc1 + dfab0c6 commit a0c20f2
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.6] - 2017-12-08

### Added

+ [#15][p15] & [#16][p16]- Add PublicDNS support by @Twista

[p16]: https://github.com/pmazurek/aws-fuzzy-finder/pull/16
[p15]: https://github.com/pmazurek/aws-fuzzy-finder/pull/15

### Fixed

+ [#27][p27] - Fixed `setup.py` to reference correct binary deps by @khornberg
+ [#23][p23] - `PublicDnsName` is optional & fixed invocation of `prepare_searchable_instances`
+ [#17][p17] - Fix typos in env variable names by @flou

[p27]: https://github.com/pmazurek/aws-fuzzy-finder/pull/27
[p23]: https://github.com/pmazurek/aws-fuzzy-finder/pull/23
[p17]: https://github.com/pmazurek/aws-fuzzy-finder/pull/17

### Changed

+ [#25][p25] - Upgraded fzf libs to v0.17.0

[p25]: https://github.com/pmazurek/aws-fuzzy-finder/pull/25

# 0.3.5
+ Adding tunneling
+ Adding file based cache
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

setup(
name='aws-fuzzy-finder',
version='0.3.5',
version='0.3.6',
url='https://github.com/pmazurek/aws-fuzzy-finder',
description='SSH into AWS instances using fuzzy search through tags.',
download_url='https://github.com/pmazurek/aws-fuzzy-finder/tarball/0.3.5',
download_url='https://github.com/pmazurek/aws-fuzzy-finder/tarball/0.3.6',
author='Piotr Mazurek, Daria Rudkiewicz',
keywords=['aws', 'ssh', 'fuzzy', 'ec2'],
packages=['aws_fuzzy_finder'],
Expand Down

0 comments on commit a0c20f2

Please sign in to comment.