Skip to content

Commit fe6086c

Browse files
authored
Release 3.3.1 (#445)
2 parents eba0b3f + b8a347b commit fe6086c

File tree

6 files changed

+50
-37
lines changed

6 files changed

+50
-37
lines changed

CHANGELOG.md

+44-31
Original file line numberDiff line numberDiff line change
@@ -217,36 +217,49 @@ Version 3.2.0 - 2022 Septembre 18
217217
- #360 Small improvements and code cleaning from Kacperos155/small_improvements
218218

219219
Versions 3.2.1 - 2022 Decembre 12
220-
- Merge pull request #383 Update SQLite from 3.39.3 to 3.40.0 (2022-11-16) from SRombauts/update-sqlite-340
221-
- Merge pull request #370 Don't link anymore with Visual Studio's static runtime by default from SRombauts/dont-enforce-static-linking
222-
- Merge pull request #371 from SRombauts/appveyor-vs-2022
223-
- Merge pull request #277 from cuberite/cmake-scoping
224-
- Merge pull request #374 Update googletest from vuhailongkl97/master
225-
- Merge pull request #377 Some documentation fixes from cbielow/fix_doc
226-
- Merge pull request #380 [Meson] fixes for meson project from ninjaoflight/windows-support
227-
- Merge pull request #387 Ensure that TEXT column is UTF-8 encoded before using sqlite3_column_blob() from dougnazar
228-
- Merge pull request #385 disable SQLITECPP_USE_STACK_PROTECTION when on MinGW from SRombauts/mingw-disable-stack-protection
229-
- Merge pull request #386 [meson] Update SQLite from 3.39.3 to 3.40.0 from ninjaoflight/sqlite-meson-update
230-
- Merge pull request #389 [meson] add missing compile options from ninjaoflight/meson-fixes
220+
- #383 Update SQLite from 3.39.3 to 3.40.0 (2022-11-16) from SRombauts/update-sqlite-340
221+
- #370 Don't link anymore with Visual Studio's static runtime by default from SRombauts/dont-enforce-static-linking
222+
- #371 from SRombauts/appveyor-vs-2022
223+
- #277 from cuberite/cmake-scoping
224+
- #374 Update googletest from vuhailongkl97/master
225+
- #377 Some documentation fixes from cbielow/fix_doc
226+
- #380 [Meson] fixes for meson project from ninjaoflight/windows-support
227+
- #387 Ensure that TEXT column is UTF-8 encoded before using sqlite3_column_blob() from dougnazar
228+
- #385 disable SQLITECPP_USE_STACK_PROTECTION when on MinGW from SRombauts/mingw-disable-stack-protection
229+
- #386 [meson] Update SQLite from 3.39.3 to 3.40.0 from ninjaoflight/sqlite-meson-update
230+
- #389 [meson] add missing compile options from ninjaoflight/meson-fixes
231231

232232
Version 3.3.0 - 2023 May 24
233-
- Merge pull request #393 Fix preprocessor issues from jowr/fix_preprocessor_issues
234-
- Merge pull request #394 check if SQLITE_OPEN_NOFOLLOW is defined from ninjaoflight/macos-11-fix
235-
- Merge pull request #391 meson project changes based on wrap submission review from ninjaoflight/meson-macos-fix
236-
- Merge pull request #390 fix incorrect work of savepoint from spoyler/save_point Sébastien Rombauts 12/15/2022 01:12 PM
237-
- Merge pull request #396 Rename Savepoint RollbackTo() and fix class comments and formatting from SRombauts/rename-savepoint-rollback-to
238-
- Merge pull request #384 Add Mingw GitHub actions from SRombauts/mingw-github-actions
239-
- Merge pull request #397 Add a Transaction::rollback() method from SRombauts/add-transaction-rollback
240-
- Merge pull request #395 add meson usage guide from ninjaoflight/meson-readme-guide
241-
- Merge pull request #401 Fix meson installation from dougnazar/fix_meson_install
242-
- Merge pull request #400 CMakr/meson Lint corrections from ninjaoflight/lint-corrections
243-
- Merge pull request #404 Add documentation for prepared statements in transactions from ewarchul/query_transactions_example
244-
- Merge pull request #399 add disable option for sqlite3_expanded_sql from ninjaoflight/optional-sqlite3_expanded_sql
245-
- Merge pull request #408 correct executable name in meson from ninjaoflight/patch-2
246-
- Merge pull request #407 Create Meson CI from ninjaoflight/patch-1
247-
- Merge pull request #409 Update package.xml from poshul/patch-1
248-
- Merge pull request #410 use checkout@v3 in CMake CI from ninjaoflight/fix-nodejs-warnings
249-
- Merge pull request #406 Dllexport import from pierre-aimi/dllexport_import
250-
- Merge pull request #415 Remove mismatched else condition in CMakeLists.txt from Timmmm/patch-1
251-
- Merge pull request #413 Fix compiler warnings warning from ninjaoflight/fix-visibility-warning
252-
- Merge pull request #423 Update SQLite from 3.40.0 to 3.42.0 (2023-05-16) from SRombauts/update-sqlite
233+
- #393 Fix preprocessor issues from jowr/fix_preprocessor_issues
234+
- #394 check if SQLITE_OPEN_NOFOLLOW is defined from ninjaoflight/macos-11-fix
235+
- #391 meson project changes based on wrap submission review from ninjaoflight/meson-macos-fix
236+
- #390 fix incorrect work of savepoint from spoyler/save_point Sébastien Rombauts 12/15/2022 01:12 PM
237+
- #396 Rename Savepoint RollbackTo() and fix class comments and formatting from SRombauts/rename-savepoint-rollback-to
238+
- #384 Add Mingw GitHub actions from SRombauts/mingw-github-actions
239+
- #397 Add a Transaction::rollback() method from SRombauts/add-transaction-rollback
240+
- #395 add meson usage guide from ninjaoflight/meson-readme-guide
241+
- #401 Fix meson installation from dougnazar/fix_meson_install
242+
- #400 CMakr/meson Lint corrections from ninjaoflight/lint-corrections
243+
- #404 Add documentation for prepared statements in transactions from ewarchul/query_transactions_example
244+
- #399 add disable option for sqlite3_expanded_sql from ninjaoflight/optional-sqlite3_expanded_sql
245+
- #408 correct executable name in meson from ninjaoflight/patch-2
246+
- #407 Create Meson CI from ninjaoflight/patch-1
247+
- #409 Update package.xml from poshul/patch-1
248+
- #410 use checkout@v3 in CMake CI from ninjaoflight/fix-nodejs-warnings
249+
- #406 DLL export/import using BUILD_SHARED_LIBS from pierre-aimi/dllexport_import
250+
- #415 Remove mismatched else condition in CMakeLists.txt from Timmmm/patch-1
251+
- #413 Fix compiler warnings from ninjaoflight/fix-visibility-warning
252+
- #423 Update SQLite from 3.40.0 to 3.42.0 (2023-05-16) from SRombauts/update-sqlite
253+
254+
Version 3.3.1 - 2023 Aug 27
255+
256+
- #428 Add CMake option SQLITE_ENABLE_DBSTAT_VTAB and SQLITE_ENABLE_RTREE from SRombauts/cmake-sqlite-enable-dbstat-vtab
257+
- #434 Define SQLITECPP_COMPILE_DLL as PUBLIC from calumr/fix-dll-import
258+
- #439 Update CMake minimum version to 3.5 to get rid of a new deprecation warning with CMake 3.27 from SRombauts/cmake-update-minimum-version
259+
- #441 Cleanup of the Github "build" workflow from SRombauts/github-actions-improvements
260+
- Update usage of SQLITECPP_USE_STATIC_RUNTIME (#438)
261+
- Don't build the googlemock subproject, only the main googletest library
262+
- Declare BUILD_SHARED_LIBS option for discoverability (#440)
263+
- Set -DBUILD_SHARED_LIBS=ON by default on scripts and CI/CD (#442)
264+
- Update SQLite from 3.42.0 to 3.43.0 (2023-08-24) (#443)
265+
- Rename the original build.yml to cmake.yml vs meson.yml (#444)

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# or copy at http://opensource.org/licenses/MIT)
77
cmake_minimum_required(VERSION 3.5)
88
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") # custom CMake modules like FindSQLiteCpp
9-
project(SQLiteCpp VERSION 3.3.0)
9+
project(SQLiteCpp VERSION 3.3.1)
1010

1111
# SQLiteC++ 3.x requires C++11 features
1212
if (NOT CMAKE_CXX_STANDARD)

Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = SQLiteC++
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 3.3.0
41+
PROJECT_NUMBER = 3.3.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

include/SQLiteCpp/SQLiteCpp.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
*
4242
* WARNING: shall always be updated in sync with PROJECT_VERSION in CMakeLists.txt
4343
*/
44-
#define SQLITECPP_VERSION "3.03.00" // 3.3.0
45-
#define SQLITECPP_VERSION_NUMBER 3003000 // 3.3.0
44+
#define SQLITECPP_VERSION "3.03.01" // 3.3.1
45+
#define SQLITECPP_VERSION_NUMBER 3003001 // 3.3.1
4646

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(
33
# SQLiteCpp requires C++11 support
44
default_options: ['cpp_std=c++11', 'warning_level=3'],
55
license: 'MIT',
6-
version: '3.3.0',
6+
version: '3.3.1',
77
)
88

99
cxx = meson.get_compiler('cpp')

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
22
<package format="3">
33
<name>SQLiteCpp</name>
4-
<version>3.3.0</version>
4+
<version>3.3.1</version>
55
<description>A smart and easy to use C++ SQLite3 wrapper.</description>
66

77
<maintainer email="[email protected]">Sébastien Rombauts</maintainer>

0 commit comments

Comments
 (0)