diff --git a/cliff.toml b/cliff.toml index 9ef8bdfc..1f31992f 100644 --- a/cliff.toml +++ b/cliff.toml @@ -37,11 +37,12 @@ footer = """ {%- macro remote_url() -%} https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }} {%- endmacro -%} +## Compare to previous version {% for release in releases -%} {% if release.version -%} {% if release.previous.version -%} - [{{ release.version | trim_start_matches(pat="v") }}]: \ + [{{ release.previous.version | trim_start_matches(pat="v") }}]: \ {{ self::remote_url() }}/compare/{{ release.previous.version }}...{{ release.version }} {% endif -%} {% else -%} @@ -77,8 +78,3 @@ commit_parsers = [ ] # Prevent commits that are breaking from being excluded by commit parsers. filter_commits = false -# Order releases topologically instead of chronologically. -topo_order = true -# Order of commits in each group/release within the changelog. -# Allowed values: newest, oldest -sort_commits = "oldest" diff --git a/poetry.lock b/poetry.lock index d00d2c4c..cc5d226d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -140,14 +140,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "boto3-stubs" -version = "1.43.10" -description = "Type annotations for boto3 1.43.10 generated with mypy-boto3-builder 8.12.0" +version = "1.43.14" +description = "Type annotations for boto3 1.43.14 generated with mypy-boto3-builder 8.12.0" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "boto3_stubs-1.43.10-py3-none-any.whl", hash = "sha256:0ce5dec421a45ef1b8ddd32e68d0b8bb78ea7447c5ddf8231420ccaa6e71e0f5"}, - {file = "boto3_stubs-1.43.10.tar.gz", hash = "sha256:05575658b827e7a12a45629e1a987317e1e679dccabe5ebde5a2101528c76cf8"}, + {file = "boto3_stubs-1.43.14-py3-none-any.whl", hash = "sha256:9cb47a627714aa1c4a41ddf6320be7d10b3eaae9748459cd8f71659a7d8020ca"}, + {file = "boto3_stubs-1.43.14.tar.gz", hash = "sha256:18f3d402cf811d638c8fcb3cd935d0e459753db5cbfa3d37b7d25d7dfde2cb20"}, ] [package.dependencies] @@ -208,7 +208,7 @@ bedrock-data-automation-runtime = ["mypy-boto3-bedrock-data-automation-runtime ( bedrock-runtime = ["mypy-boto3-bedrock-runtime (>=1.43.0,<1.44.0)"] billing = ["mypy-boto3-billing (>=1.43.0,<1.44.0)"] billingconductor = ["mypy-boto3-billingconductor (>=1.43.0,<1.44.0)"] -boto3 = ["boto3 (==1.43.10)"] +boto3 = ["boto3 (==1.43.14)"] braket = ["mypy-boto3-braket (>=1.43.0,<1.44.0)"] budgets = ["mypy-boto3-budgets (>=1.43.0,<1.44.0)"] ce = ["mypy-boto3-ce (>=1.43.0,<1.44.0)"]