File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed
Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1+ 4.10.0 (2026*02*12)
2+ -------------------------------
3+ * Remove some malformed properties in spec 226.0.0
4+ * Add __pycache__ to .gitignore
5+ * Updates from spec version 226.0.0 (#2347)
6+ * Add AWS::DevOpsAgent
7+ * resources_aws.md: reflect doc move from UserGuide to TemplateReference
8+ * Add AWS::ARCRegionSwitch
9+ * Add helper script for generating resources_aws.md
10+ * Remove IoTFleetHub and LookoutMetrics
11+ * Patches for spec 227.0.0
12+ * Updates from spec version 228.0.0
13+ * Updates from spec version 229.0.0
14+ * Updates from spec version 230.0.0
15+ * Updates from spec version 231.0.0
16+ * Updates from spec version 232.0.0
17+ * Updates from spec version 234.0.0
18+ * Updates from spec version 235.0.0
19+ * Add AWS::Cases and AWS: :MWAAServerless
20+
1214.9.6 (2025*12*03)
222-------------------------------
323* Fix regression in RDS validator (#2346)
Original file line number Diff line number Diff line change 2626# The short X.Y version
2727version = ""
2828# The full version, including alpha/beta/rc tags
29- release = "4.9.6 "
29+ release = "4.10.0 "
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 4040 else :
4141 from typing import Final
4242
43- __version__ = "4.9.6 "
43+ __version__ = "4.10.0 "
4444
4545# constants for DeletionPolicy and UpdateReplacePolicy
4646Delete : Final [str ] = "Delete"
You can’t perform that action at this time.
0 commit comments