Skip to content

Commit 659e41b

Browse files
Updated version to 0.0.3
1 parent a2c3617 commit 659e41b

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This changelog documents changes between release tags.
44
## [Unreleased]
55
Upcoming changes for the next versioned release.
66

7+
## [0.0.3]
8+
* Updated logo
9+
* Fixed bugs in the SQL generation
10+
711
## [0.0.2]
812
* Fixed docker image in the metadata
913

connector-definition/connector-metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
packagingDefinition:
22
type: PrebuiltDockerImage
3-
dockerImage: ghcr.io/singlestore-labs/singlestore-hasura-connector:v0.0.2
3+
dockerImage: ghcr.io/singlestore-labs/singlestore-hasura-connector:v0.0.3
44
supportedEnvironmentVariables:
55
- name: SINGELSTORE_URL
66
description: The url for the SingleStore database. The format is `mysql://[<user>[:<password>]][@<host>:[<port>]]/[<database>][?<key1>=<value1>[&<key2>=<value2>]]`.
@@ -29,7 +29,7 @@ supportedEnvironmentVariables:
2929
commands:
3030
update:
3131
type: Dockerized
32-
dockerImage: ghcr.io/singlestore-labs/singlestore-hasura-connector:v0.0.2
32+
dockerImage: ghcr.io/singlestore-labs/singlestore-hasura-connector:v0.0.3
3333
commandArgs:
3434
- update
3535
dockerComposeWatch:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "singelstore-hasura-connector",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"main": "./lib/index.js",
55
"license": "MIT",
66
"dependencies": {

0 commit comments

Comments
 (0)