diff --git a/RELEASING.md b/RELEASING.md index 3b5b826..d148b7c 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -41,14 +41,14 @@ The tag should be the version of the package being bumped, prepended with a desc - **SDK only:** `sdk-v` (e.g., `sdk-v1.6.0`) - **OTel only:** `otel-v` (e.g., `otel-v0.3.0`) -- **Both packages in a single release:** comma-separate the sub-tags (e.g., `sdk-1.6.0,otel-0.3.0`) +- **Both packages in a single release:** comma-separate the sub-tags (e.g., `sdk-v1.6.0,otel-v0.3.0`) Examples: ``` -sdk-1.6.0 -otel-0.3.0 -sdk-1.6.0,otel-0.3.0 +sdk-v1.6.0 +otel-v0.3.0 +sdk-v1.6.0,otel-v0.3.0 ``` If additional packages are added to the monorepo in the future, follow the same pattern: choose a short descriptive prefix for the package and use `-`. diff --git a/packages/aws-durable-execution-sdk-python-otel/src/aws_durable_execution_sdk_python_otel/__about__.py b/packages/aws-durable-execution-sdk-python-otel/src/aws_durable_execution_sdk_python_otel/__about__.py index 1c35361..77ac658 100644 --- a/packages/aws-durable-execution-sdk-python-otel/src/aws_durable_execution_sdk_python_otel/__about__.py +++ b/packages/aws-durable-execution-sdk-python-otel/src/aws_durable_execution_sdk_python_otel/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2025-present Amazon.com, Inc. or its affiliates. # # SPDX-License-Identifier: Apache-2.0 -__version__ = "0.1.0" +__version__ = "0.2.0" diff --git a/packages/aws-durable-execution-sdk-python/src/aws_durable_execution_sdk_python/__about__.py b/packages/aws-durable-execution-sdk-python/src/aws_durable_execution_sdk_python/__about__.py index 99f6803..04d5e4e 100644 --- a/packages/aws-durable-execution-sdk-python/src/aws_durable_execution_sdk_python/__about__.py +++ b/packages/aws-durable-execution-sdk-python/src/aws_durable_execution_sdk_python/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2025-present Amazon.com, Inc. or its affiliates. # # SPDX-License-Identifier: Apache-2.0 -__version__ = "1.5.0" +__version__ = "1.6.0"