Skip to content

Commit

Permalink
Publish version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclarke committed Nov 7, 2023
1 parent 5adda7b commit d7b91d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.4.0

- Add support for multiranges in EdgeDB 4.0
- Update to handle EdgeDB protocol v2
- Add support for project default database config
- Fix handling of `EDGEDB_CLOUD_PROFILE` env var when instance name is
specified as a config option to `createClient`
- Update error classes

# 0.3.0

- Fix cloud instance resolution by normalizing cloud instance names to
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: edgedb
description: Official Dart client library for EdgeDB
version: 0.3.0
version: 0.4.0
homepage: https://www.edgedb.com
repository: https://github.com/edgedb/edgedb-dart

Expand Down

0 comments on commit d7b91d4

Please sign in to comment.