-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
24 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Changelogs & History | |
:maxdepth: 1 | ||
|
||
unreleased | ||
0.8.0a2 | ||
0.8.0a3 | ||
0.7.7 | ||
0.7.6 | ||
0.7.5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,2 @@ | ||
Unreleased | ||
========== | ||
|
||
Added | ||
::::: | ||
|
||
* CLI: new "harp version" command to dump the version number | ||
|
||
Fixed | ||
::::: | ||
|
||
* Sentry config was not loaded anymore, fixed. | ||
* Cache: Fixed metadata update bug. | ||
* Set timezone to UTC on postgres connect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "harp-proxy" | ||
version = "0.8.0a2" | ||
version = "0.8.0a3" | ||
description = "Harp is an API Runtime Proxy – A toolkit for Fast, Reliable and Observable external APIs" | ||
authors = ["Romain Dorgueil <[email protected]>"] | ||
readme = "README.rst" | ||
|