Commit Graph

120 Commits

Author SHA1 Message Date
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
John Gallagher
48a84a1440 Add Error changes to Changelog. 2016-12-31 00:39:19 -05:00
John Gallagher
ff311ec29a Add Statement::query_row note to Changelog. 2016-12-31 00:04:23 -05:00
John Gallagher
674419e080 Add bugfix note to Changelog 2016-12-30 23:58:12 -05:00
John Gallagher
c95c3acc8e Add breaking change note about Row -> &Row in closures to Changelog 2016-12-30 23:48:24 -05:00
John Gallagher
0d685af2d5 Merge branch 'master' into safe-tosql 2016-12-30 23:18:32 -05:00
John Gallagher
58b7aea4f7 Merge branch 'release-0.7' into merge-0.7.3 2016-06-01 21:31:26 -04:00
John Gallagher
b235b89555 Bump to version 0.7.3. 2016-06-01 21:06:56 -04:00
John Gallagher
1de7f4ae06 Add deprecation note to Changelog. 2016-05-29 20:39:27 -04:00
John Gallagher
60f7bddacc Add ToSql breaking change note to Changelog 2016-05-26 00:16:07 -04:00
John Gallagher
308789495c Add FromSql breaking change note to Changelog. 2016-05-24 20:16:13 -04:00
John Gallagher
1950158c87 Bump to 0.7.2 2016-05-19 20:38:17 -05:00
John Gallagher
84985dbd84 Bump to 0.7.1 2016-05-19 20:32:57 -05:00
John Gallagher
9379002076 Bump to version 0.7.0.
Also bumps libsqlite3-sys to 0.5.0.
2016-05-19 20:26:18 -05:00
John Gallagher
d608956bd0 Merge branch 'master' into remove-rows-iterator-impl 2016-05-19 14:06:56 -05:00