mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-11-04 08:08:55 +08:00 
			
		
		
		
	Bump to 0.11.0
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
[package]
 | 
			
		||||
name = "rusqlite"
 | 
			
		||||
version = "0.10.3"
 | 
			
		||||
version = "0.11.0"
 | 
			
		||||
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
 | 
			
		||||
description = "Ergonomic wrapper for SQLite"
 | 
			
		||||
repository = "https://github.com/jgallagher/rusqlite"
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,4 @@
 | 
			
		||||
# Version 0.10.3 (2017-04-06)
 | 
			
		||||
 | 
			
		||||
* Update to libsqlite3-sys 0.8.0 to fix a backwards-compatibility snafu in 0.7.2.
 | 
			
		||||
 | 
			
		||||
# Version 0.10.2 (2017-04-05)
 | 
			
		||||
# Version 0.11.0 (2017-04-06)
 | 
			
		||||
 | 
			
		||||
* Avoid publicly exporting SQLite constants multiple times from libsqlite3-sys.
 | 
			
		||||
* Adds `FromSql` and `ToSql` impls for `isize`. Documents why `usize` and `u64` are not included.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user