File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ It also provides the `crud-storage` and `crud-router` roles for
15
15
16
16
- [ Quickstart] ( #quickstart )
17
17
- [ API] ( #api )
18
+ - [ Package info] ( #package-info )
18
19
- [ Insert] ( #insert )
19
20
- [ Insert many] ( #insert-many )
20
21
- [ Get] ( #get )
@@ -190,6 +191,19 @@ Current limitations for using custom sharding key:
190
191
- ` primary_index_fieldno_map ` is not cached, see
191
192
[ #243 ] ( https://github.com/tarantool/crud/issues/243 ) .
192
193
194
+ ### Package info
195
+
196
+ ``` lua
197
+ tarantool > require (' crud' )._VERSION
198
+ ---
199
+ - 1.1 .0
200
+ ...
201
+ ```
202
+
203
+ Use ` _VERSION ` handle to check installed module version.
204
+ The handle was introduced in ` 1.1.0 ` . If installed from master,
205
+ ` _VERSION ` shows last tagged version.
206
+
193
207
### Insert
194
208
195
209
``` lua
You can’t perform that action at this time.
0 commit comments