Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Mar 16, 2023
1 parent e2a2dd5 commit 84b7afc
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cottonformation/_version.py
@@ -1,4 +1,4 @@
__version__ = "1.1.1"
__version__ = "1.1.2"

if __name__ == "__main__": # pragma: no cover
print(__version__)
2 changes: 0 additions & 2 deletions cottonformation/core/deploy.py

This file was deleted.

2 changes: 1 addition & 1 deletion cottonformation/core/env.py
Expand Up @@ -311,7 +311,7 @@ def deploy(
verbose=verbose,
)

deploy_stack(
return deploy_stack(
bsm=self.bsm,
stack_name=stack_name,
template=template.to_json(),
Expand Down
22 changes: 22 additions & 0 deletions release-history.rst
Expand Up @@ -17,6 +17,28 @@ Backlog
**Miscellaneous**


1.1.2 (2023-03-16)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**Features and Improvements**

- :meth`~cottonformation.core.env.Env.deploy` now return a ``DeployStackResponse`` object

**Miscellaneous**

- depends on ``aws-cloudformation>=1.3.2``


1.1.1 (2023-03-10)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**Features and Improvements**

- support full list of boto3 ``create_stack`` and ``update_stack`` arguments

**Miscellaneous**

- depends on ``aws-cloudformation>=1.3.1``


1.0.1 (2022-12-08)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**Features and Improvements**
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,5 +1,5 @@
attrs
boto_session_manager>=1.3.1
aws_cloudformation>=1.3.1
aws_cloudformation>=1.3.2
toposort>=1.6
cfn_flip>=1.0.0

0 comments on commit 84b7afc

Please sign in to comment.