Skip to content

Releases: tehsmyers/cfn-pyplates

0.2.0

04 Mar 21:56
Compare
Choose a tag to compare
Signed tag for 0.2.0

0.1.2

04 Mar 21:56
Compare
Choose a tag to compare
Signed tag for 0.1.2

0.1.1

04 Mar 21:56
Compare
Choose a tag to compare
Signed tag for 0.1.1

0.1.0

04 Mar 21:56
Compare
Choose a tag to compare
Signed tag for 0.1.0

v0.3.0

11 Oct 22:00
Compare
Choose a tag to compare
  • Developer docs, release process (fixes #14)
  • Broke tests into their own path, split them out by module
  • Using semantic_version instead of verlib
  • Linted the crap out of stuff
    • No more sphinx warnings!
    • Normalized quotes: Single quote for strings, double quotes for docstrings
    • Lint expectations outlined in dev docs
  • unittest2 is now in tests_require where it belongs (fixes #16)
  • Brought in the Mapping tyoe from PR #15 (fixes #17)

v0.2.1

11 Oct 22:04
Compare
Choose a tag to compare
  • Fixed a packaging error with v0.2.0
  • See v0.2.0 release for changes

v0.2.0

11 Oct 22:03
Compare
Choose a tag to compare
  • Resource attributes (UpdatePolicy, MetaData, etc) now supported
  • .add(child) methods return the added child to support dynamic creation
    of the child when .add is called, e.g.: cft.resources.add(Resource())

v0.1.2

11 Oct 22:03
Compare
Choose a tag to compare
  • New MetaData types, see the complete package in the related pull request: #10

v0.1.1

11 Oct 22:02
Compare
Choose a tag to compare
  • Minor doc fixes
  • Added the IntrinsicFuncInputError exception; where possible, pyplates should warn you about invalid intrinsic function inputs with this exception.
  • Added license and copyright text to every file.

v0.1.0

11 Oct 20:49
Compare
Choose a tag to compare

First Release