Skip to content

Commit 01ac913

Browse files
committed
Release 0.2.0
1 parent fe7692c commit 01ac913

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2020-10-07
11+
1012
### Fixed
1113

1214
* Select with `==` conditions bugs
@@ -17,12 +19,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1719
* CRUD operations:
1820
* replace
1921
* upsert
20-
2122
* Output format for CRUD operations changed to set of rows and metadata
22-
2323
* Insert/replace/upsert methods now accept tuples.
2424
To process unflattened objects *_object methods are introduced.
25-
2625
* `pairs` accepts `use_tomap` flag to return tuples or objects
2726

2827
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ are used on the storage side to perform CRUD operations.
332332
-- <project-name>-scm-1.rockspec
333333
dependencies = {
334334
...
335-
'crud >= 0.1.0-1',
335+
'crud >= 0.2.0-1',
336336
...
337337
}
338338
```

0 commit comments

Comments
 (0)