Unverified Commit 8754c99b authored by AWS SDK Rust Bot's avatar AWS SDK Rust Bot Committed by GitHub
Browse files

Merge smithy-rs-release-1.x.y back into main (#3248)

parents 9a4de2be bab03413
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
November 21st, 2023
===================
**Internal changes only with this release**


November 17th, 2023
===================
**Breaking Changes:**
+31 −434

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ object CrateVersioner {
                IndependentCrateVersioner(
                    VersionsManifest.fromFile(versionsManifestPath),
                    ModelMetadata.fromFile(modelMetadataPath),
                    devPreview = true,
                    devPreview = false,
                    smithyRsVersion = getSmithyRsVersion(rootProject),
                )
            }
+1 −4
Original line number Diff line number Diff line
@@ -12,10 +12,7 @@ rust.msrv=1.70.0
org.gradle.jvmargs=-Xmx1024M

# Version number to use for the generated stable runtime crates
#
# TODO(GA): This is currently a placeholder for crates we are going to stabilize at the time of GA.
# Until then, a value of this key can contain 0 for the major version.
smithy.rs.runtime.crate.stable.version=1.0.0
smithy.rs.runtime.crate.stable.version=1.0.1

# Version number to use for the generated unstable runtime crates
smithy.rs.runtime.crate.unstable.version=0.60.0
Loading