Skip to content

Commit f279d4d

Browse files
authored
Release 0.0.7 (#23)
1 parent 06bdc02 commit f279d4d

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.0.7
44

55
- `add utils.cache_get() and utils.cache_set() methods`
66
- `add caching of graphql requests`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Module based on:
1818
- [Tarantool VShard 0.1.18+](https://github.com/tarantool/vshard)
1919
- [Tarantool Checks 1.1.0+](https://github.com/tarantool/checks)
2020
- [Tarantool Errors 2.1.3+](https://github.com/tarantool/errors)
21-
- [Tarantool GraphQLIDE 0.0.17+](https://github.com/tarantool/graphqlide)
21+
- [Tarantool GraphQLIDE 0.0.18+](https://github.com/tarantool/graphqlide)
2222

2323
**CAUTION:** Since this module is under heavy development it is not recommended to use on production environments and also API and functionality in future releases may be changed without backward compatibility!
2424

examples/cartridge-full/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This Example shows mostly all base capabilities of using the following set of modules:
44

5-
- [Tarantool GraphQLIDE 0.0.17+](https://github.com/tarantool/graphqlide)
6-
- [Tarantool GraphQLAPI 0.0.6+](https://github.com/tarantool/graphqlapi)
7-
- [Tarantool GraphQLAPI Helpers 0.0.6+](https://github.com/tarantool/graphqlapi-helpers) - this particular module available only in Tarantool Enterprise SDK bundle
5+
- [Tarantool GraphQLIDE 0.0.18+](https://github.com/tarantool/graphqlide)
6+
- [Tarantool GraphQLAPI 0.0.7+](https://github.com/tarantool/graphqlapi)
7+
- [Tarantool GraphQLAPI Helpers 0.0.7+](https://github.com/tarantool/graphqlapi-helpers) - this particular module available only in Tarantool Enterprise SDK bundle
88

99
## Quick start
1010

examples/cartridge-full/cartridge.pre-build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ tarantoolctl rocks remove graphqlide --force
1111
tarantoolctl rocks remove graphqlapi --force
1212
tarantoolctl rocks remove graphqlapi-helpers --force
1313

14-
tarantoolctl rocks install graphqlide 0.0.17
15-
tarantoolctl rocks install graphqlapi 0.0.6
16-
tarantoolctl rocks install graphqlapi-helpers 0.0.6
14+
tarantoolctl rocks install graphqlide 0.0.18
15+
tarantoolctl rocks install graphqlapi 0.0.7
16+
tarantoolctl rocks install graphqlapi-helpers 0.0.7

examples/cartridge-simple/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This Example shows simple and quite easy way of howto use set of modules in application:
44

5-
- [Tarantool GraphQLIDE 0.0.17+](https://github.com/tarantool/graphqlide)
6-
- [Tarantool GraphQLAPI 0.0.6+](https://github.com/tarantool/graphqlapi)
7-
- [Tarantool GraphQLAPI Helpers 0.0.6+](https://github.com/tarantool/graphqlapi-helpers) - this particular module available only in Tarantool Enterprise SDK bundle
5+
- [Tarantool GraphQLIDE 0.0.18+](https://github.com/tarantool/graphqlide)
6+
- [Tarantool GraphQLAPI 0.0.7+](https://github.com/tarantool/graphqlapi)
7+
- [Tarantool GraphQLAPI Helpers 0.0.7+](https://github.com/tarantool/graphqlapi-helpers) - this particular module available only in Tarantool Enterprise SDK bundle
88

99
## Quick start
1010

examples/cartridge-simple/cartridge.pre-build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ tarantoolctl rocks remove graphqlide --force
1111
tarantoolctl rocks remove graphqlapi --force
1212
tarantoolctl rocks remove graphqlapi-helpers --force
1313

14-
tarantoolctl rocks install graphqlide 0.0.17
15-
tarantoolctl rocks install graphqlapi 0.0.6
16-
tarantoolctl rocks install graphqlapi-helpers 0.0.6
14+
tarantoolctl rocks install graphqlide 0.0.18
15+
tarantoolctl rocks install graphqlapi 0.0.7
16+
tarantoolctl rocks install graphqlapi-helpers 0.0.7

0 commit comments

Comments
 (0)