mirror of https://github.com/smithy-lang/smithy-rs
Independently version all runtime crates (#3448)
This will make all the runtime crates independently versioned, which will later remove the need for version number properties in the gradle.properties file. A full release cycle should be done before cleaning up the old logic just to be safe though. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
This commit is contained in:
parent
557e4b3976
commit
b2f15ce961
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aws-config"
|
||||
version = "0.0.0-smithy-rs-head"
|
||||
version = "1.1.8"
|
||||
authors = [
|
||||
"AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
|
||||
"Russell Cohen <rcoh@amazon.com>",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aws-credential-types"
|
||||
version = "0.0.0-smithy-rs-head"
|
||||
version = "1.1.8"
|
||||
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>"]
|
||||
description = "Types for AWS SDK credentials."
|
||||
edition = "2021"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aws-inlineable"
|
||||
version = "0.0.0-smithy-rs-head"
|
||||
version = "0.1.0"
|
||||
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
|
||||
description = """
|
||||
The modules of this crate are intended to be inlined directly into the SDK as needed. The dependencies here
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aws-runtime-api"
|
||||
version = "0.0.0-smithy-rs-head"
|
||||
version = "1.1.8"
|
||||
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>"]
|
||||
description = "Runtime support code for the AWS SDK. This isn't intended to be used directly."
|
||||
edition = "2021"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aws-runtime"
|
||||
version = "0.0.0-smithy-rs-head"
|
||||
version = "1.1.8"
|
||||
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>"]
|
||||
description = "Runtime support code for the AWS SDK. This crate isn't intended to be used directly."
|
||||
edition = "2021"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aws-sigv4"
|
||||
version = "0.0.0-smithy-rs-head"
|
||||
version = "1.1.8"
|
||||
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "David Barsky <me@davidbarsky.com>"]
|
||||
description = "SigV4 signer for HTTP requests and Event Stream messages."
|
||||
edition = "2021"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aws-types"
|
||||
version = "0.0.0-smithy-rs-head"
|
||||
version = "1.1.8"
|
||||
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
|
||||
description = "Cross-service types for the AWS SDK."
|
||||
edition = "2021"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aws-smithy-async"
|
||||
version = "0.0.0-smithy-rs-head"
|
||||
version = "1.1.8"
|
||||
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "John DiSanti <jdisanti@amazon.com>"]
|
||||
description = "Async runtime agnostic abstractions for smithy-rs."
|
||||
edition = "2021"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aws-smithy-checksums"
|
||||
version = "0.0.0-smithy-rs-head"
|
||||
version = "0.60.7"
|
||||
authors = [
|
||||
"AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
|
||||
"Zelda Hessler <zhessler@amazon.com>",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aws-smithy-http-server-python"
|
||||
version = "0.0.0-smithy-rs-head"
|
||||
version = "0.62.0"
|
||||
authors = ["Smithy Rust Server <smithy-rs-server@amazon.com>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aws-smithy-http-server-typescript"
|
||||
version = "0.0.0-smithy-rs-head"
|
||||
version = "0.1.0"
|
||||
authors = ["Smithy Rust Server <smithy-rs-server@amazon.com>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aws-smithy-http-server"
|
||||
version = "0.0.0-smithy-rs-head"
|
||||
version = "0.61.1"
|
||||
authors = ["Smithy Rust Server <smithy-rs-server@amazon.com>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aws-smithy-http"
|
||||
version = "0.0.0-smithy-rs-head"
|
||||
version = "0.60.7"
|
||||
authors = [
|
||||
"AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
|
||||
"Russell Cohen <rcoh@amazon.com>",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aws-smithy-json"
|
||||
version = "0.0.0-smithy-rs-head"
|
||||
version = "0.60.7"
|
||||
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "John DiSanti <jdisanti@amazon.com>"]
|
||||
description = "Token streaming JSON parser for smithy-rs."
|
||||
edition = "2021"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aws-smithy-protocol-test"
|
||||
version = "0.0.0-smithy-rs-head"
|
||||
version = "0.60.7"
|
||||
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
|
||||
description = "A collection of library functions to validate HTTP requests against Smithy protocol tests."
|
||||
edition = "2021"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aws-smithy-query"
|
||||
version = "0.0.0-smithy-rs-head"
|
||||
version = "0.60.7"
|
||||
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "John DiSanti <jdisanti@amazon.com>"]
|
||||
description = "AWSQuery and EC2Query Smithy protocol logic for smithy-rs."
|
||||
edition = "2021"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aws-smithy-runtime-api"
|
||||
version = "0.0.0-smithy-rs-head"
|
||||
version = "1.1.8"
|
||||
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Zelda Hessler <zhessler@amazon.com>"]
|
||||
description = "Smithy runtime types."
|
||||
edition = "2021"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aws-smithy-runtime"
|
||||
version = "0.0.0-smithy-rs-head"
|
||||
version = "1.1.8"
|
||||
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Zelda Hessler <zhessler@amazon.com>"]
|
||||
description = "The new smithy runtime crate"
|
||||
edition = "2021"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aws-smithy-types-convert"
|
||||
version = "0.0.0-smithy-rs-head"
|
||||
version = "0.60.7"
|
||||
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>"]
|
||||
description = "Conversion of types from aws-smithy-types to other libraries."
|
||||
edition = "2021"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aws-smithy-types"
|
||||
version = "0.0.0-smithy-rs-head"
|
||||
version = "1.1.8"
|
||||
authors = [
|
||||
"AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
|
||||
"Russell Cohen <rcoh@amazon.com>",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aws-smithy-xml"
|
||||
version = "0.0.0-smithy-rs-head"
|
||||
version = "0.60.7"
|
||||
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
|
||||
description = "XML parsing logic for Smithy protocols."
|
||||
edition = "2021"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "inlineable"
|
||||
version = "0.0.0-smithy-rs-head"
|
||||
version = "0.1.0"
|
||||
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
|
||||
edition = "2021"
|
||||
description = """
|
||||
|
|
Loading…
Reference in New Issue