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

Commit

Permalink
update changelog for 0.0.5 release (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsidnev authored Sep 1, 2020
1 parent 0162052 commit b10df87
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

## [0.0.5] - 2020-09-02

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

### Changed

Expand Down Expand Up @@ -42,14 +46,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Add support for positional arguments.
* Add `py.typed` file for providing types information for type checkers.
* Update `edgedb-python` to `0.9.0`.
* Update CI to use new EdgeDB alpha release.
* Check support for pools.
* Fix typos and examples in docs.
* Add support for pools.

### Changed

* Move to `nox` from scripts.
* Run CI on EdgeDB alpha 4.
* Pin `edgedb-python` on `^0.9.0`.

### Fixed

* Fix typos and examples in docs.

## [0.0.1] - 2020-04-09

Expand Down

1 comment on commit b10df87

@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.