Skip to content

Commit

Permalink
release: 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Sep 17, 2024
1 parent bf82a73 commit cc44154
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 14 deletions.
12 changes: 2 additions & 10 deletions docs/changelogs/0.7.0a2.rst → docs/changelogs/0.7.0.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 0.7.0a2 (2024-09-12)
============================
Version 0.7.0 (2024-09-17)
==========================

Added
:::::
Expand Down Expand Up @@ -39,14 +39,6 @@ Changed
* DX: adds a ``harp examples list`` command to list available examples
* DX/Helm: adds the ability to override environment in helm chart's values

Updated
:::::::

* chore(deps): bump rich from 13.7.1 to 13.8.0
* chore(deps-dev): bump syrupy from 4.6.1 to 4.7.1
* chore(deps-dev): bump ruff from 0.6.1 to 0.6.2
* chore(deps-dev): bump pytest-asyncio from 0.21.2 to 0.24.0

Fixed
:::::

Expand Down
2 changes: 1 addition & 1 deletion docs/changelogs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Changelogs & History
:maxdepth: 1

unreleased
0.7.0a2
0.7.0
0.6.1
0.6.0
old/index
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.0a2"
__version__ = "0.7.0"
__hardcoded_version__ = __version__
__revision__ = __version__ # we can't commit the not yet known revision

Expand Down
2 changes: 1 addition & 1 deletion misc/helm/charts/harp-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: harp-proxy
description: HTTP API Runtime Proxy
type: application
version: "0.7.0-alpha"
appVersion: "0.7.0a2"
appVersion: "0.7.0"

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.0a2"
version = "0.7.0"
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 cc44154

Please sign in to comment.