This repository was archived by the owner on Mar 19, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed
Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/PrefectHQ/prefect-collection-template" ,
3- "commit" : " 5baac80adf4b5059e82b56aa6042e30691d729f4 " ,
3+ "commit" : " f848dbf33334d22ade07b01ed17269bfa74d0f9c " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
Original file line number Diff line number Diff line change @@ -11,18 +11,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212### Changed
1313
14- - Delay start of engine until necessary - [ #46 ] ( https://github.com/PrefectHQ/prefect-sqlalchemy/pull/46 )
15-
1614### Deprecated
1715
1816### Removed
1917
2018### Fixed
2119
22- - Using SQLite driver in sync context - [ #45 ] ( https://github.com/PrefectHQ/prefect-sqlalchemy/pull/45 )
23-
2420### Security
2521
22+ ## 0.2.3
23+
24+ Released on February 10th, 2022.
25+
26+ ### Changed
27+
28+ - Delay start of engine until necessary - [ #46 ] ( https://github.com/PrefectHQ/prefect-sqlalchemy/pull/46 )
29+
30+ ### Fixed
31+
32+ - Using SQLite driver in sync context - [ #45 ] ( https://github.com/PrefectHQ/prefect-sqlalchemy/pull/45 )
33+
2634## 0.2.2
2735
2836Released on December 30th, 2022.
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ connector = SqlAlchemyConnector(
210210connector.save(" BLOCK_NAME-PLACEHOLDER" )
211211```
212212
213- !!! info Registering blocks
213+ !!! info " Registering blocks"
214214
215215 Register blocks in this module to
216216 [view and edit them](https://orion-docs.prefect.io/ui/blocks/)
You can’t perform that action at this time.
0 commit comments