Skip to content

Commit

Permalink
Post release automated changes for core releases (Azure#31976)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-core-rest-pipeline

---------

Co-authored-by: Timo van Veenendaal <[email protected]>
  • Loading branch information
azure-sdk and timovv authored Nov 27, 2024
1 parent 589afd6 commit 3c1781f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions sdk/core/core-rest-pipeline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.18.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.18.1 (2024-11-26)

### Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-rest-pipeline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/core-rest-pipeline",
"version": "1.18.1",
"version": "1.18.2",
"description": "Isomorphic client library for making HTTP requests in node.js and browser.",
"sdk-type": "client",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/core-rest-pipeline/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

export const SDK_VERSION: string = "1.18.1";
export const SDK_VERSION: string = "1.18.2";

export const DEFAULT_RETRY_POLICY_COUNT = 3;
4 changes: 2 additions & 2 deletions sdk/core/ts-http-runtime/review/azure-core-comparison.diff
Original file line number Diff line number Diff line change
Expand Up @@ -779,14 +779,14 @@ index 9e947e6..2f30ba0 100644

throw e;
diff --git a/src/constants.ts b/src/constants.ts
index 22bd2b6..60da499 100644
index b32fff7..60da499 100644
--- a/src/constants.ts
+++ b/src/constants.ts
@@ -1,6 +1,6 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

-export const SDK_VERSION: string = "1.18.1";
-export const SDK_VERSION: string = "1.18.2";
+export const SDK_VERSION: string = "1.0.0-beta.1";

export const DEFAULT_RETRY_POLICY_COUNT = 3;
Expand Down

0 comments on commit 3c1781f

Please sign in to comment.