Skip to content

Commit 65e4b94

Browse files
bump version
1 parent 6e35e4c commit 65e4b94

File tree

4 files changed

+38
-4
lines changed

4 files changed

+38
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.2
1+
0.8.0

src/Mscc.GenerativeAI.Google/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### Changed
1212
### Fixed
1313

14+
## 0.8.0
15+
16+
### Changed
17+
18+
- bump version
19+
1420
## 0.7.1
1521

1622
### Changed

src/Mscc.GenerativeAI.Web/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### Changed
1212
### Fixed
1313

14+
## 0.8.0
15+
16+
### Changed
17+
18+
- bump version
19+
1420
## 0.7.1
1521

1622
### Changed

src/Mscc.GenerativeAI/CHANGELOG.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Added
11-
11+
1212
- provide types to simplify creation of tuned model
13+
- compatibility methods for PaLM models
1314

1415
### Changed
1516
### Fixed
1617

18+
## 0.8.0
19+
20+
### Added
21+
22+
- implement tuned model patching (.NET 6 and higher only)
23+
- implement transfer of ownership of tuned model
24+
- implement batched Embeddings
25+
- query string parameters to list models (pagination and filter support)
26+
- type documentation
27+
- generate a grounded answer
28+
- constants for method names/endpoints
29+
- enumeration of state of created tuned model
30+
31+
### Changed
32+
33+
- text prompts have `user` role assigned
34+
- improve Embeddings
35+
- refactor types according to API reference
36+
- extend type documentation
37+
- improve .NET targetting of source code
38+
1739
## 0.7.2
1840

19-
###
41+
### Added
2042

2143
- delete tuned model
2244

@@ -32,7 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3254
- text-bison-001
3355
- gemini-1.0-pro-001
3456
- tests for model tuning
35-
-
57+
3658
### Changed
3759

3860
- improved authentication regarding API key or OAuth/ADC

0 commit comments

Comments
 (0)