Skip to content

Commit 232c941

Browse files
committed
Update changelog for version 3.3.3
1 parent 3fb735a commit 232c941

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,3 +274,18 @@ Version 3.3.2 - 2024 Aug 16
274274
- Update SQLite from 3.43.0 to 3.46.1 (2024-08-13) (#461) and (#477)
275275
- Explicitly =delete; Statement::bindNoCopy(..., std::string&&) (#469)
276276

277+
Version 3.3.3 - 2025 May 20
278+
279+
- Update SQLite from 3.46.1 to 3.49.2 (2025-05-07) (#505)
280+
- SQLiteCpp/Statement.h: add missing `<cstdint>` include (#488)
281+
- sqlite3: set SQLITE_OMIT_LOAD_EXTENSION (#496)
282+
- tests/Database_test.cpp: fix a warning around `#endif` (#489)
283+
- Add a Github Dependabot config file (#480)
284+
- Bump actions/checkout from 3 to 4 in (#482)
285+
- Replace all double-quoted string literals in unit test (#483)
286+
- Use explicit versions of Ubuntu images instead of latest (#484)
287+
- Test linking with builtin libsqlite3-dev package on Ubuntu (#485)
288+
- Add logic to use different FindPackage for python if cmake is above 3.12 (#454)
289+
- Update googletest to v1.16.0 (#506)
290+
- update meson dependencies (#508)
291+

0 commit comments

Comments
 (0)