Skip to content

Commit cf8797f

Browse files
committed
update CHANGELOG
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
1 parent 1e7c793 commit cf8797f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: end-of-file-fixer
1313

1414
- repo: https://github.com/renovatebot/pre-commit-hooks
15-
rev: 38.110.2
15+
rev: 38.119.0
1616
hooks:
1717
- id: renovate-config-validator
1818
files: ^renovate\.json$
@@ -35,7 +35,7 @@ repos:
3535

3636
- repo: https://github.com/astral-sh/uv-pre-commit
3737
# uv version.
38-
rev: 0.4.18
38+
rev: 0.4.20
3939
hooks:
4040
# Update the uv lockfile
4141
- id: uv-lock

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ project since the first release, with the latest changes at the top.
66
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [Unreleased](https://github.com/seapagan/sqliter-py/tree/HEAD)
10+
11+
**Bug Fixes**
12+
13+
- Ensure context-manager ignores the `auto_commit` setting. ([#43](https://github.com/seapagan/sqliter-py/pull/43)) by [seapagan](https://github.com/seapagan)
14+
15+
[`Full Changelog`](https://github.com/seapagan/sqliter-py/compare/0.5.0...HEAD) | [`Diff`](https://github.com/seapagan/sqliter-py/compare/0.5.0...HEAD.diff) | [`Patch`](https://github.com/seapagan/sqliter-py/compare/0.5.0...HEAD.patch)
16+
917
## [0.5.0](https://github.com/seapagan/sqliter-py/releases/tag/0.5.0) (September 30, 2024)
1018

1119
**Breaking Change!**

0 commit comments

Comments
 (0)