Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Commit 70f7faa

Browse files
authored
Merge pull request #47 from PrefectHQ/prep-v0.2.3-release
Prep v0.2.3-release
2 parents 4d7fcbb + 26568b2 commit 70f7faa

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/PrefectHQ/prefect-collection-template",
3-
"commit": "5baac80adf4b5059e82b56aa6042e30691d729f4",
3+
"commit": "f848dbf33334d22ade07b01ed17269bfa74d0f9c",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2836
Released on December 30th, 2022.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ connector = SqlAlchemyConnector(
210210
connector.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/)

0 commit comments

Comments
 (0)