Commit Graph

134 Commits

Author SHA1 Message Date
Yuri Astrakhan
2e62b031bf Spelling and a few more nits
* fix some simple spelling mistakes
* a few other minor prof-reading nits
2023-07-26 19:59:51 -04:00
Thom Chiovoloni
9322b0e881 Update links & copyright statement 2020-04-15 21:37:39 -07:00
gwenn
3c574550f0
[ci skip] Prepare version 0.15.0 2018-10-21 15:38:15 +02:00
gwenn
e4b8d2779f [ci skip] Prepare 0.14.0 2018-08-17 17:48:53 +02:00
gwenn
2cf4983afa
[ci skip] Update changelog 2018-08-16 19:19:20 +02:00
gwenn
cfcf858239 Update Changelog 2018-08-16 17:47:31 +02:00
gwenn
c176d7c94b [ci skip] Update changelog 2018-08-11 12:05:14 +02:00
gwenn
6f9d63cc05 Update changelog 2018-07-28 15:52:06 +02:00
gwenn
0b498d8c34 Update changelog
[ci skip]
2018-07-22 12:40:46 +02:00
gwenn
bc874d3eb7 Update changelog [ci skip] 2018-06-13 20:20:01 +02:00
gwenn
11c298ed7c Update changelog [ci skip] 2018-05-23 21:35:08 +02:00
gwenn
ae9fe10d87 Update changelog [ci skip] 2018-05-23 21:31:24 +02:00
gwenn
8ba7ccc4f8 Update changelog [ci skip] 2018-05-12 19:18:50 +02:00
gwenn
c68b9e157b Update changelog [ci skip] 2018-05-12 19:11:16 +02:00
gwenn
80c65a7fef Update changelog and contributors [ci skip] 2018-05-12 10:54:32 +02:00
gwenn
55652668af Update changelog [ci skip] 2018-05-04 20:03:39 +02:00
gwenn
204246af23 Thing to do before next release [ci skip] 2018-05-02 18:31:24 +02:00
gwenn
52acbead83 Update changelog [ci skip] 2018-04-03 20:04:46 +02:00
gwenn
774a32bb95 Update changelog [ci skip] 2018-04-03 19:54:25 +02:00
gwenn
5b8721b6a7 Update changelog [ci skip] 2018-03-27 20:19:28 +02:00
gwenn
b1e0fe2253 New change and new contributor 2018-03-24 10:41:42 +01:00
gwenn
ee9ecf0636 Update Changelog 2018-03-24 07:38:40 +01:00
gwenn
63d8c3e852 Prepare next release 2018-03-24 07:23:01 +01:00
John Gallagher
20ee7c6841 Fix 0.13.0 release date in Changelog 2017-11-13 15:57:34 -07:00
John Gallagher
a3bec58c96 Bump to v0.13.0. 2017-11-13 15:55:48 -07:00
John Gallagher
90c01b900d Update Changelog 2017-05-29 13:42:10 -04:00
John Gallagher
cd824aeaee Bump to 0.11.0 2017-04-06 14:10:32 -04:00
John Gallagher
5a5d28ec69 Add bindgen bindings for SQLite 3.7.16 to libsqlite3-sys.
Bump to version 0.10.3 to use libsqlite3-sys 0.8.0.
2017-04-06 13:42:01 -04:00
John Gallagher
893bae1220 Bump to 0.10.2. 2017-04-05 14:34:06 -04:00
John Gallagher
61eb843c6b Merge remote-tracking branch 'origin/master' into fix-duplicated-constants 2017-04-05 13:10:48 -04:00
John Gallagher
a13df1e3cd Avoid publicly exporting constants from libsqlite3-sys multiple times. 2017-04-05 13:05:28 -04:00
John Gallagher
a1206d5076 Add FromSql/ToSql impls for isize. 2017-04-05 12:52:37 -04:00
John Gallagher
5a4b401965 Update Changelog for 0.10.1. 2017-03-03 15:39:00 -05:00
John Gallagher
0a35f4bb1e Version bumps to use new bundled SQLite. 2017-03-03 13:07:27 -05:00
John Gallagher
acf612985e Update Changelog with 0.10.0 release date 2017-02-28 09:34:28 -05:00
John Gallagher
39d71810ce Merge branch 'master' into semver-check 2017-02-23 15:36:54 -05:00
Sean Griffin
2c58b3f804 Remove the dependency on libc
Recent versions of bindgen use `std::os::raw` over `libc`, but currently
`libsqlite3-sys` is overriding that. `std::os::raw` is a subset of
`libc` that exports only the relevant type definitions, but not any
functions which require additional linking. This enables
`libsqlite3-sys` to be more easily used on targets that may not have a
libc available (presumably sqlite itself would have been compiled with
musl in that case)
2017-02-16 11:17:24 -05:00
John Gallagher
56eee2c13c Perform a runtime check that the SQLite version isn't older than the one we found at build time. 2017-02-09 20:56:51 -05:00
John Gallagher
358cca1638 Clarify support of older SQLite versions. 2017-02-09 20:23:17 -05:00
John Gallagher
eb099952ac Expose version(), version_number(), and source_id() functions. 2017-02-06 20:23:16 -05:00
John Gallagher
6428676e53 Add ErrorCode export note to Changelog 2017-02-06 19:59:49 -05:00
John Gallagher
f790835a05 Bump version to 0.9.5 2017-01-26 22:03:34 -05:00
John Gallagher
36c5ed2ceb Upgrade dependencies.
In libsqlite3-sys, skip printing system libraries. See
https://github.com/sfackler/rust-openssl/issues/554#issuecomment-274878088.
2017-01-25 18:01:03 -05:00
John Gallagher
dec9e76401 Bump to 0.9.3 2017-01-23 19:42:50 -05:00
John Gallagher
7b32713313 Bump to 0.9.2 2017-01-22 19:59:13 -05:00
John Gallagher
8562aa7f1f Update Changelog 2017-01-20 15:27:54 -05:00
John Gallagher
ea519c62c8 Bump to 0.9.0 and add Cargo category and badges 2017-01-20 15:16:26 -05:00
John Gallagher
3af91b36bf Make Connection::close() return the connection on failure. 2017-01-03 20:00:29 -05:00
John Gallagher
10bfd3d05c Bump version to 0.8.0 2016-12-31 01:25:44 -05:00
John Gallagher
83b481aade Update Changelog with bundled feature 2016-12-31 01:05:54 -05:00