Skip to content
This repository has been archived by the owner on Oct 22, 2022. It is now read-only.

Commit

Permalink
update changelog (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsidnev authored Mar 20, 2022
1 parent 3cfbfb1 commit 73f8f94
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

<small>[Compare with 0.3.0](https://github.com/nsidnev/edgeql-queries/compare/0.3.0...HEAD)</small>
<small>[Compare with 0.4.0](https://github.com/nsidnev/edgeql-queries/compare/0.4.0...HEAD)</small>

## [0.4.0] - 2022-03-20

<small>[Compare with 0.3.0](https://github.com/nsidnev/edgeql-queries/compare/0.3.0...0.4.0)</small>

### Fixed

- Swap `!` and `+` operations in query parsing to actually use `!` operation for `.query_required_single` method. PR [#173](https://github.com/nsidnev/edgeql-queries/pull/173) by [@refi64](https://github.com/refi64).

## [0.3.0] - 2022-03-02

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "edgeql-queries"
version = "0.3.0"
version = "0.4.0"
description = "Simple EdgeQL in Python."
authors = ["Nik Sidnev <[email protected]>"]
repository = "https://github.com/nsidnev/edgeql-queries"
Expand Down

1 comment on commit 73f8f94

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.