Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dokshina committed Oct 7, 2020
1 parent fe7692c commit 01ac913
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ are used on the storage side to perform CRUD operations.
-- <project-name>-scm-1.rockspec
dependencies = {
...
'crud >= 0.1.0-1',
'crud >= 0.2.0-1',
...
}
```
Expand Down

0 comments on commit 01ac913

Please sign in to comment.