Skip to content

Commit

Permalink
storage ad-hoc release (#3934)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinming-Hu authored Sep 16, 2022
1 parent 17ca687 commit a511ef6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
10 changes: 3 additions & 7 deletions sdk/storage/azure-storage-blobs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 12.7.0-beta.1 (Unreleased)
## 12.6.1 (2022-09-16)

### Features Added

### Breaking Changes

### Bugs Fixed
### Other changes

### Other Changes
- No public changes in this release.

## 12.6.0 (2022-09-06)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
#pragma once

#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 7
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 0
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.1"
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 6
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 1
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE ""

#define AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i) #i
#define AZURE_STORAGE_BLOBS_VERSION_ITOA(i) AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i)
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blobs/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-storage-blobs-cpp",
"version-semver": "12.6.0",
"version-semver": "12.6.1",
"description": [
"Microsoft Azure Storage Blobs SDK for C++",
"This library provides Azure Storage Blobs SDK."
Expand Down

0 comments on commit a511ef6

Please sign in to comment.