Skip to content

Commit 3da8729

Browse files
committed
Release 1.0.0
1 parent 7ef634c commit 3da8729

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0]
11+
12+
- Stable Release
13+
1014
## [0.2.11]
1115

1216
- Bugfix: add missing group by clause for `foreach` queries. This should fix remote relationships.

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ members = [
66
]
77
resolver = "2"
88

9-
package.version = "0.2.11"
9+
package.version = "1.0.0"
1010
package.edition = "2021"

0 commit comments

Comments
 (0)