Skip to content

Commit

Permalink
. minor changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremychone committed Aug 17, 2024
1 parent 736bbec commit 9589ab2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
## 2024-08-14 - `0.1.7`

- `+` Added ModelMapper scheme (client_builder::with_model_mapper_fn)
- <a style="display: inline-block;transform: translateY(4px);" href="https://www.youtube.com/watch?v=5Enfcwrl7pE&list=PL7r-PXl6ZPcBcLsBdBABOFUuLziNyigqj"><img alt="Static Badge" src="https://img.shields.io/badge/YouTube-Video?style=flat&logo=youtube&color=%23ff0000"></a> - genai ModelMapper code demo (v0.1.7)
- `!` **API CHANGE** Removed `AdapterKindResolver` (should use ModelMapper) (see [examples/c03-mapper.rs](examples/c03-mapper.rs))
- `!` **API CHANGE** Renamed `ModelInfo` to `ModelIden`
- `!` **API CHANGE** `AuthResolver` - Refactor AuthResolver Scheme/API (see [examples/c02-auth.rs](examples/c02-auth.rs))
Expand All @@ -28,8 +29,8 @@

## 2024-07-21 - `0.1.5`

- `!` - **API CHANGE** now ClientBuilder::insert_adapter_config (was with_adapter_config)
- `.` - code clean
- `!` **API CHANGE** now ClientBuilder::insert_adapter_config (was with_adapter_config)
- `.` code clean

## 2024-07-19 - `0.1.4`

Expand Down

0 comments on commit 9589ab2

Please sign in to comment.