Skip to content

Commit 940fbb9

Browse files
authored
Merge pull request #93 from ifosch/0.1.3
Release 0.1.3
2 parents 5d67b44 + e5d9753 commit 940fbb9

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22
All notable changes to this project will be documented in this file following [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog) project as a guideline.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [0.1.2] = 0.1.2
5+
## [0.1.3] - 0.1.3
6+
### Fixed
7+
- Supports instances without `Name` tag.
8+
- Included `requirements.txt` for setup with `pip`.
9+
10+
### Improved
11+
- `match_reserved_instance` has been slightly improved.
12+
- Commands' descriptions has been added to help message.
13+
- The set of instances and reserved instances to walk have been reduced to `running` and `active`, correspondingly.
14+
- Reserved instances are now represented with a specific `ReservedInstance` class.
15+
- Instances linkage to reserved instances has been setup.
16+
17+
## [0.1.2] - 0.1.2
618
### Fixed
719
- Handles exception when no default AWS credential is found.
820
- Some code and style fixes that should be added to 0.1.1.

CONTRIBUTORS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33
- **[David Arcos](https://github.com/DZPM)**
44
- **[Eduarco Bellido Bellido](https://github.com/edubxb)**
55
- **[Ignasi Fosch](https://github.com/ifosch)**
6+
7+
# Thanks for their support to (sorted alphabetically)
8+
9+
- **[Jordi Soucheiron](https://github.com/jsoucheiron)**
10+
- **[Xavi Solé](https://github.com/xsb)**

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
setup(
1717
name='accloudtant',
1818
packages=find_packages(),
19-
version='0.1.2',
19+
version='0.1.3',
2020
description='Cloud cost calculation tool',
2121
author='Ignasi Fosch, Eduardo Bellido Bellido, David Arcos',
2222
author_email='[email protected]',
2323
url='https://github.com/ifosch/accloudtant',
24-
download_url='https://github.com/ifosch/accloudtant/archive/0.1.2',
24+
download_url='https://github.com/ifosch/accloudtant/archive/0.1.3',
2525
keywords=['cloud', 'AWS', 'costs'],
2626
classifiers=[
2727
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)