# Changelog ## 0.2.3 - **changed**: upgrade `sea-orm = "1.0"` to `sea-orm = "1.1"` ([#76]) [#76]: https://github.com/spring-rs/spring-rs/pull/76 ## 0.2.2 - **changed**: fix shutdown_hook ([#65]) [#65]: https://github.com/spring-rs/spring-rs/pull/65 ## 0.2.1 - **added**: support graceful shutdown ([#61]) [#61]: https://github.com/spring-rs/spring-rs/pull/61 ## 0.2.0 - **added**: support dependency inject ([#54]) [#54]: https://github.com/spring-rs/spring-rs/pull/54 ## 0.1.4 - **changed**: changed Pagination extractor support AppState in extension ([#44]) [#44]: https://github.com/spring-rs/spring-rs/pull/44 ## 0.1.3 - **added**: Page add `map()` ([#34]) [#34]: https://github.com/spring-rs/spring-rs/pull/34 ## 0.1.2 - **added**: Page add `iter()` ([#32]) [#32]: https://github.com/spring-rs/spring-rs/pull/31 ## before 0.1.1 see [CHANGELOG](../CHANGELOG.md)