File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
66
77Note: Minor version ` 0.X.0 ` update might break the API, It's recommended to pin ` tipg ` to minor version: ` tipg>=0.1,<0.2 `
88
9+ ## [ 0.6.3] - 2024-02-02
10+
11+ - update pydantic's ` Field ` usage to avoid 3.0 deprecation
12+ - update starlette's `TemplateResponse' usage to avoid deprecation
13+
914## [ 0.6.2] - 2024-01-19
1015
1116- add ` root_path ` API settings
@@ -281,7 +286,8 @@ Note: Minor version `0.X.0` update might break the API, It's recommended to pin
281286
282287- Initial release
283288
284- [unreleased]: https:// github.com/ developmentseed/ tipg/ compare/ 0.6 .2... HEAD
289+ [unreleased]: https:// github.com/ developmentseed/ tipg/ compare/ 0.6 .3... HEAD
290+ [0.6 .3]: https:// github.com/ developmentseed/ tipg/ compare/ 0.6 .2... 0.6 .3
285291[0.6 .2]: https:// github.com/ developmentseed/ tipg/ compare/ 0.6 .1... 0.6 .2
286292[0.6 .1]: https:// github.com/ developmentseed/ tipg/ compare/ 0.6 .0... 0.6 .1
287293[0.6 .0]: https:// github.com/ developmentseed/ tipg/ compare/ 0.5 .7... 0.6 .0
You can’t perform that action at this time.
0 commit comments