Skip to content

Commit

Permalink
1.0 release
Browse files Browse the repository at this point in the history
Summary: updated docs for the 1.0 release

Test Plan: https://app.circleci.com/pipelines/github/memsql/SingleStoreNETConnector/218/workflows/c6e63e29-7e55-4211-b1ca-22282d1924d2

Reviewers: pmishchenko-ua

Reviewed By: pmishchenko-ua

Subscribers: engineering-list

Differential Revision: https://grizzly.internal.memcompute.com/D57113
  • Loading branch information
okramarenko committed Jun 9, 2022
1 parent 3876fc6 commit d46f890
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
parameters:
connector-version:
type: string
default: "0.1.2-beta"
default: "1.0"

orbs:
win: circleci/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Async SingleStore Connector for .NET and .NET Core 0.1.2-beta
# Async SingleStore Connector for .NET and .NET Core 1.0

This is an [ADO.NET](https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/) data
provider for [SingleStore](https://www.singlestore.com/). It provides implementations of
Expand Down
4 changes: 4 additions & 0 deletions docs/VersionHistory.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Release Notes

###1.0

*Add support for `GEOGRAPHY` and `GEOGRAPHYPOINT`

###0.1.2-beta

*Initial beta release of SingleStore .NET connector

0 comments on commit d46f890

Please sign in to comment.