Skip to content

Commit 1d10b3a

Browse files
v19.0.2 (#58)
1 parent 04f4275 commit 1d10b3a

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ instructions, because git commits are used to generate release notes:
1919

2020
<!-- scriv-insert-here -->
2121

22+
<a id='changelog-19.0.2'></a>
23+
## v19.0.2 (2025-03-14)
24+
25+
- [Bugfix] Do not add cairn-postgresql as a dependency when CAIRN_RUN_POSTGRESQL is false. (by @Danyal-Faheem)
26+
- [Bugfix] Add missing CAIRN_POSTGRESQL_HOST and CAIRN_POSTGRESQL_PORT settings to allow usage with external postgresql dbs. (by @Danyal-Faheem)
27+
- [Bugfix] Do not manage cairn-clickhouse permissions CAIRN_RUN_CLICKHOUSE is false. (by @Danyal-Faheem)
28+
2229
<a id='changelog-19.0.1'></a>
2330
## v19.0.1 (2025-03-12)
2431

changelog.d/20250314_131458_danyal.faheem_fix_external_postgres_dependency.md

-3
This file was deleted.

tutorcairn/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "19.0.1"
1+
__version__ = "19.0.2"

0 commit comments

Comments
 (0)