We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffdded2 commit 1054c35Copy full SHA for 1054c35
sdk/batch/azbatch/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release History
2
3
+## 0.1.1 (Unreleased)
4
+
5
+### Features Added
6
7
+### Breaking Changes
8
9
+### Bugs Fixed
10
11
+### Other Changes
12
13
## 0.1.0 (2025-05-06)
14
15
### Features Added
sdk/batch/azbatch/version.go
@@ -5,5 +5,5 @@ package azbatch
const (
moduleName = "github.com/Azure/azure-sdk-for-go/sdk/batch/azbatch"
- version = "v0.1.0"
+ version = "v0.1.1"
)
0 commit comments