diff --git a/CHANGELOG.md b/CHANGELOG.md index e042b872..f5ed94fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.2.0] - 2020-10-07 + ### Fixed * Select with `==` conditions bugs @@ -17,12 +19,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * CRUD operations: * replace * upsert - * Output format for CRUD operations changed to set of rows and metadata - * Insert/replace/upsert methods now accept tuples. To process unflattened objects *_object methods are introduced. - * `pairs` accepts `use_tomap` flag to return tuples or objects ### Changed diff --git a/README.md b/README.md index 933e4e5f..31931404 100644 --- a/README.md +++ b/README.md @@ -332,7 +332,7 @@ are used on the storage side to perform CRUD operations. -- -scm-1.rockspec dependencies = { ... - 'crud >= 0.1.0-1', + 'crud >= 0.2.0-1', ... } ```