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
- :warning: (all, [smithy-rs#445](https://github.com/smithy-lang/smithy-rs/issues/445)) I made a major change to update the code generator
529
+
530
+
**New this release:**
531
+
- :tada: (all, [smithy-rs#446](https://github.com/smithy-lang/smithy-rs/issues/446), [aws-sdk#123](https://github.com/aws/aws-sdk/issues/123), @external-contrib, @other-external-dev) I made a change to update the code generator
532
+
- :tada: (all, [smithy-rs#446](https://github.com/smithy-lang/smithy-rs/issues/446), [smithy-rs#447](https://github.com/smithy-lang/smithy-rs/issues/447), @external-contrib, @other-external-dev) I made a change to update the code generator
533
+
534
+
**Update guide:**
535
+
blah blah
536
+
- (all, [smithy-rs#200](https://github.com/smithy-lang/smithy-rs/issues/200), @another-contrib) I made a minor change
- :warning: ([smithy-rs#445](https://github.com/smithy-lang/smithy-rs/issues/445)) I made a major change to update the AWS SDK
550
+
551
+
**New this release:**
552
+
- :tada: ([smithy-rs#446](https://github.com/smithy-lang/smithy-rs/issues/446), @external-contrib) I made a change to update the code generator
let changelog:Changelog = Changelog::parse_str(changelog_toml).expect("valid changelog");
755
+
let changelog:Changelog = ChangelogLoader::default()
756
+
.parse_str(changelog_toml)
757
+
.expect("valid changelog");
572
758
letChangelogEntries{
573
759
aws_sdk_rust,
574
760
smithy_rs,
575
761
} = changelog.into();
576
762
577
763
let smithy_rs_rendered = render_full(&smithy_rs,"v0.3.0 (January 4th, 2022)");
578
-
let smithy_rs_expected = r#"
579
-
v0.3.0 (January 4th, 2022)
580
-
==========================
581
-
**Breaking Changes:**
582
-
- :warning: (all, [smithy-rs#445](https://github.com/smithy-lang/smithy-rs/issues/445)) I made a major change to update the code generator
583
-
584
-
**New this release:**
585
-
- :tada: (all, [smithy-rs#446](https://github.com/smithy-lang/smithy-rs/issues/446), [aws-sdk#123](https://github.com/aws/aws-sdk/issues/123), @external-contrib, @other-external-dev) I made a change to update the code generator
586
-
- :tada: (all, [smithy-rs#446](https://github.com/smithy-lang/smithy-rs/issues/446), [smithy-rs#447](https://github.com/smithy-lang/smithy-rs/issues/447), @external-contrib, @other-external-dev) I made a change to update the code generator
587
-
588
-
**Update guide:**
589
-
blah blah
590
-
- (all, [smithy-rs#200](https://github.com/smithy-lang/smithy-rs/issues/200), @another-contrib) I made a minor change
let aws_sdk_rust_rendered = render_full(&aws_sdk_rust,"v0.1.0 (January 4th, 2022)");
603
-
let aws_sdk_expected = r#"
604
-
v0.1.0 (January 4th, 2022)
605
-
==========================
606
-
**Breaking Changes:**
607
-
- :warning: ([smithy-rs#445](https://github.com/smithy-lang/smithy-rs/issues/445)) I made a major change to update the AWS SDK
608
-
609
-
**New this release:**
610
-
- :tada: ([smithy-rs#446](https://github.com/smithy-lang/smithy-rs/issues/446), @external-contrib) I made a change to update the code generator
0 commit comments