From deec1bc80c5831cd44a87341b18758314fbb386e Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 5 Nov 2015 15:13:54 +0100 Subject: [PATCH] changelog file --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..f58f0916 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# 6.0.1 - November 5, 2015 + +* move the `src/nepi` directory in the git repo one step up + * so `ls nepi/util/` + +* `import nepi; nepi.version` + + +# 6.0.0 - November 5, 2015 + +* support for both python2 and python3 +* additional dependency to `six` +* dependency to `ipaddr` only valid for python2, in python3 we use `ipaddress` from the standard library + +* `register_resource` now accepts keyword args to set attributes in a single call + +# + app = ec.register_resource("linux:Application", + hostname = hostname, + username = username, + identity = ssh_key) + + + -- 2.43.0