r#"<!-- Do not manually edit this file. Use the `changelogger` tool. -->
v0.42.0 (January 1st, 1970)
===========================
January 1st, 1970
=================
**New this release:**
- (all, [smithy-rs#1234](https://github.com/awslabs/smithy-rs/issues/1234), @another-dev) Another change
@@ -246,8 +246,8 @@ Old entry contents
);
pretty_assertions::assert_str_eq!(
r#"{
"tagName": "v0.42.0",
"name": "v0.42.0 (January 1st, 1970)",
"tagName": "release-1970-01-01",
"name": "January 1st, 1970",
"body": "**New this release:**\n- (all, [smithy-rs#1234](https://github.com/awslabs/smithy-rs/issues/1234), @another-dev) Another change\n\n**Contributors**\nThank you for your contributions! ❤\n- @another-dev ([smithy-rs#1234](https://github.com/awslabs/smithy-rs/issues/1234))\n",
// the other should be filtered out by the `since_commit` attribute
pretty_assertions::assert_str_eq!(
r#"<!-- Do not manually edit this file. Use the `changelogger` tool. -->
v0.12.0 (January 1st, 1970)
===========================
January 1st, 1970
=================
**New this release:**
- 🐛 ([aws-sdk-rust#234](https://github.com/awslabs/aws-sdk-rust/issues/234), [smithy-rs#567](https://github.com/awslabs/smithy-rs/issues/567), @test-dev) Some other change
@@ -340,8 +340,8 @@ Old entry contents
);
pretty_assertions::assert_str_eq!(
r#"{
"tagName": "v0.12.0",
"name": "v0.12.0 (January 1st, 1970)",
"tagName": "release-1970-01-01",
"name": "January 1st, 1970",
"body": "**New this release:**\n- 🐛 ([aws-sdk-rust#234](https://github.com/awslabs/aws-sdk-rust/issues/234), [smithy-rs#567](https://github.com/awslabs/smithy-rs/issues/567), @test-dev) Some other change\n\n**Service Features:**\n- `aws-sdk-ec2` (0.12.0): Some API change\n\n**Contributors**\nThank you for your contributions! ❤\n- @test-dev ([aws-sdk-rust#234](https://github.com/awslabs/aws-sdk-rust/issues/234), [smithy-rs#567](https://github.com/awslabs/smithy-rs/issues/567))\n",