Skip to content

Commit 2a6b62a

Browse files
committed
update changelog
1 parent 72311f2 commit 2a6b62a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

77
Note: 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

0 commit comments

Comments
 (0)