2.5.0
Last version before master switches to C++11. Use branch sqlitecpp-2.x for latest pre-C++11 developments.
- 
Reached 100% Unit Test coverage
 - 
Update SQLite3 from 3.29.0 to 3.30.1 (2019-10-10)
 - 
#212 fix sqlite3 compile properties (jzt)
 - 
#219 Disable cast-function-type warning when building internal sqlite (zxey)
 - 
#230 Fixed installation on other than Ubuntu GNU/Linux distributions (xvitaly)
 - 
#228 use transitive compile definitions via cmake (BioDataAnalysis/emmenlau)
 - 
#232 Added support of packaged GTest for running unit tests (xvitaly)
 - 
#231 Added SOVERSION field for shared library (xvitaly)
 - 
#229 Explicitly find and link against system sqlite library (xvitaly)
 - 
#235 Added support for cmake dependencies and version information (BioDataAnalysis/emmenlau)
 - 
#249 Added SQLite header parsing functionality and associated tests (patrick--)