Skip to content

Commit

Permalink
release: 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Nov 16, 2024
1 parent f0cab42 commit 12953d2
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 11 deletions.
28 changes: 28 additions & 0 deletions docs/changelogs/0.7.7.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Version 0.7.7 (2024-11-16)
==========================

Fixed
:::::

* DX: Add the ability to use --set x=y or --set x y (both equivalent) to all commands (@masterivanic, #590)
* UI: Correctly display header values containing a semicolon character (#577, @ArthurD1)
* UI: On transactions page, tpdex filter now includes both sides of the selected range (#391, @ArthurD1)

Changed
:::::::

* DX: Improve `harp create project` prompts (@Lenormju)

Updated
:::::::

* bump aiohttp from 3.10.10 to 3.11.2
* bump alembic from 1.13.3 to 1.14.0
* bump asgi-tools from 1.0.10 to 1.1.0
* bump hishel from 0.0.33 to 0.1.1
* bump http-router from 4.1.2 to 5.0.8
* bump orjson from 3.10.10 to 3.10.11
* bump rich from 13.9.3 to 13.9.4
* bump rich-click from 1.8.3 to 1.8.4
* bump ruff from 0.7.1 to 0.7.4
* bump sentry-sdk from 2.17.0 to 2.18.0
1 change: 1 addition & 0 deletions docs/changelogs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Changelogs & History
:maxdepth: 1

unreleased
0.7.7
0.7.6
0.7.5
0.7.4
Expand Down
7 changes: 0 additions & 7 deletions docs/changelogs/unreleased.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
Unreleased
==========

Fixed
:::::

* DX: Add the ability to use --set x=y or --set x y (both equivalent) to all commands (@masterivanic, #590)
* UI: Correctly display header values containing a semicolon character (#577, @ArthurD1)
* UI: On transactions page, tpdex filter now includes both sides of the selected range (#391, @ArthurD1)
2 changes: 1 addition & 1 deletion harp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _parse_version(version: str, /, *, default=None) -> Version:

# last release
__title__ = "Core"
__version__ = "0.7.6"
__version__ = "0.7.7"
__hardcoded_version__ = __version__
__revision__ = __version__ # we can't commit the not yet known revision

Expand Down
4 changes: 2 additions & 2 deletions misc/helm/charts/harp-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: harp-proxy
description: HTTP API Runtime Proxy
type: application
version: "0.7.4"
appVersion: "0.7.6"
version: "0.7.7"
appVersion: "0.7.7"

dependencies:
- name: postgresql
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "harp-proxy"
version = "0.7.6"
version = "0.7.7"
description = "Harp is an API Runtime Proxy – A toolkit for Fast, Reliable and Observable external APIs"
authors = ["Romain Dorgueil <[email protected]>"]
readme = "README.rst"
Expand Down

0 comments on commit 12953d2

Please sign in to comment.