Skip to content

Commit

Permalink
Updated version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AdalbertMemSQL committed Sep 20, 2024
1 parent a2c3617 commit 659e41b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This changelog documents changes between release tags.
## [Unreleased]
Upcoming changes for the next versioned release.

## [0.0.3]
* Updated logo
* Fixed bugs in the SQL generation

## [0.0.2]
* Fixed docker image in the metadata

Expand Down
4 changes: 2 additions & 2 deletions connector-definition/connector-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
packagingDefinition:
type: PrebuiltDockerImage
dockerImage: ghcr.io/singlestore-labs/singlestore-hasura-connector:v0.0.2
dockerImage: ghcr.io/singlestore-labs/singlestore-hasura-connector:v0.0.3
supportedEnvironmentVariables:
- name: SINGELSTORE_URL
description: The url for the SingleStore database. The format is `mysql://[<user>[:<password>]][@<host>:[<port>]]/[<database>][?<key1>=<value1>[&<key2>=<value2>]]`.
Expand Down Expand Up @@ -29,7 +29,7 @@ supportedEnvironmentVariables:
commands:
update:
type: Dockerized
dockerImage: ghcr.io/singlestore-labs/singlestore-hasura-connector:v0.0.2
dockerImage: ghcr.io/singlestore-labs/singlestore-hasura-connector:v0.0.3
commandArgs:
- update
dockerComposeWatch:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "singelstore-hasura-connector",
"version": "0.0.2",
"version": "0.0.3",
"main": "./lib/index.js",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 659e41b

Please sign in to comment.