Skip to content

Commit

Permalink
1.4.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostofGoes committed Sep 5, 2019
1 parent 3cae433 commit 7804018
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ 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).

## [1.4.0] - 2019-XX-XX
## [1.4.0] - 2019-09-04

**Notable changes**
- New CLI command syntax, run `adles --help` for details or checkout the Usage section in the README
- Consolidated the vSphere helper scripts (e.g. `vm-power`) into a single command, `vsphere` . For usage, run `vsphere --help`.
- ADLES now requires Python 3.6+, which is included or easily installable on any modern Linux distribution
- **ADLES now requires Python 3.6+**. It is included or easily installable on any modern Linux distribution, Windows, and OSX.

### Added
- The CLI can now be invoked a Python module (e.g. `python -m adles`, `python -m adles.vsphere`)
Expand All @@ -34,8 +34,8 @@ third-party libraries that use `argparse`.

### Removed
- Dropped support for Python < 3.6
- Removed dependency: `netaddr`
- Removed `Libvirt` and `HyperV` interfaces
- Removed dependency: `netaddr`

### Dev
- Added Tox for test running and linting
Expand Down

0 comments on commit 7804018

Please sign in to comment.