Increment package version after release of ai/azopenaiextensions (#23583)
This commit is contained in:
Родитель
694d7815e1
Коммит
a584fdb871
|
@ -1,5 +1,15 @@
|
|||
# Release History
|
||||
|
||||
## 0.1.1 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 0.1.0 (2024-10-14)
|
||||
|
||||
### Features Added
|
||||
|
|
|
@ -5,5 +5,5 @@ package azopenaiextensions
|
|||
|
||||
const (
|
||||
//nolint // required for CI, but not used since this package doesn't have a client.
|
||||
version = "v0.1.0"
|
||||
version = "v0.1.1"
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче