File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file.
66The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
77and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
88
9+ ## [ 0.3.4] - 2019-01-xx
10+ ### Added
11+
912## [ 0.3.3] - 2019-01-21
1013### Changed
1114- Added a default value for the bindings argument in ` SQLiteDatabase#execSQL() `
@@ -125,6 +128,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
125128- ` SQLiteDatabase#rawQuery() ` method
126129- ` SQLiteDatabase#setLocale() ` method
127130
131+ [ 0.3.4 ] : https://github.com/drydart/flutter_sqlcipher/compare/0.3.3...0.3.4
128132[ 0.3.3 ] : https://github.com/drydart/flutter_sqlcipher/compare/0.3.2...0.3.3
129133[ 0.3.2 ] : https://github.com/drydart/flutter_sqlcipher/compare/0.3.1...0.3.2
130134[ 0.3.1 ] : https://github.com/drydart/flutter_sqlcipher/compare/0.3.0...0.3.1
Original file line number Diff line number Diff line change 1- 0.3.3
1+ 0.3.4
Original file line number Diff line number Diff line change 11# See: https://www.dartlang.org/tools/pub/pubspec
22name : flutter_sqlcipher
3- version : 0.3.3
3+ version : 0.3.4
44description : >-
55 Flutter plugin for SQLCipher, an extension to SQLite that provides
66 transparent AES encryption of database files.
You can’t perform that action at this time.
0 commit comments