File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+ ## [1.2.0] - 2023-04-06
8
+ ### Added
9
+ - Add support for SQLAlchemy 2.0 by correctly handling `sqlalchemy.engine.url.URL`s, which are now immutable.
10
+ Older versions of tentaclio should pin `sqlalchemy < 2.0` to avoid this issue.
11
+
7
12
## [1.1.0] - 2023-04-05
8
13
### Changed
9
14
- Credential files error reporting to help users identify the credentials issues
Original file line number Diff line number Diff line change 8
8
from setuptools .command .install import install
9
9
10
10
11
- VERSION = "1.1 .0"
11
+ VERSION = "1.2 .0"
12
12
13
13
REPO_ROOT = pathlib .Path (__file__ ).parent
14
14
You can’t perform that action at this time.
0 commit comments