Skip to content

Commit

Permalink
Release 0.15.3 (PrefectHQ#4818)
Browse files Browse the repository at this point in the history
* Update latest docs pin

* Cut changelog for 0.15.3

* Add missing PR link [ci skip]
  • Loading branch information
zanieb authored Jul 27, 2021
1 parent 2cb886f commit 6b59d98
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 12 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.15.3 <Badge text="beta" type="success" />

Released on July 27, 2021.

### Enhancements

- Add new `evaluation_parameters` parameter to `RunGreatExpectationsValidation` task - [#4798](https://github.com/PrefectHQ/prefect/pull/4798)

### Fixes

- Fix `create_flow_run` compatibility with auth tokens - [#4801](https://github.com/PrefectHQ/prefect/pull/4801)
- Fix auto-quoting for strings that begin with numeric characters - [#4802](https://github.com/PrefectHQ/prefect/pull/4802)

### Contributors

- [Michal Zawadzki](https://github.com/trymzet)

## 0.15.2 <Badge text="beta" type="success" />

Released on July 20, 2021.
Expand Down
5 changes: 0 additions & 5 deletions changes/ge_task.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changes/pr4801.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changes/pr4802.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = {
{
text: 'API Reference',
items: [
{ text: 'Latest (0.15.2)', link: '/api/latest/' },
{ text: 'Latest (0.15.3)', link: '/api/latest/' },
{ text: '0.14.22', link: '/api/0.14.22/' },
{ text: '0.13.19', link: '/api/0.13.19/' },
{ text: '0.12.6', link: '/api/0.12.6/' },
Expand Down

0 comments on commit 6b59d98

Please sign in to comment.