You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* make pycfmodel available for Python3.10
* update version and changelog
* update changelog
* update changelog
* update version
* update cloudformation_actions.py
Co-authored-by: Ramon <[email protected]>
Co-authored-by: Jordi Soucheiron <[email protected]>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,11 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## 0.20.0
5
5
### Additions
6
-
- New `RDSDBSecurityGroup` and `RDSDBSecurityGroupIngress` resources
6
+
- New `RDSDBSecurityGroup` and `RDSDBSecurityGroupIngress` resources[#103]
7
7
### Improvements
8
8
- IAM Role is able to return its `AssumeRolePolicyDocument` as a list of `OptionallyNamedPolicyDocument`. [#102](https://github.com/Skyscanner/pycfmodel/pull/102)
9
9
### Updates
10
+
- Compatible with Python3.10 [#100](https://github.com/Skyscanner/pycfmodel/pull/100)
0 commit comments