Skip to content

Commit

Permalink
Release/v0.8.1 (#44)
Browse files Browse the repository at this point in the history
* change version to 0.8.1

* add release summary

* release v0.8.1
  • Loading branch information
briantist authored Dec 26, 2022
1 parent a6537f8 commit 578e770
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ galactory Release Notes
.. contents:: Topics


v0.8.1
======

Release Summary
---------------

This patch release fixes the broken upstream proxying I released previously.

Minor Changes
-------------

- containers - published container images have been updated from Python 3.10 to Python 3.11 (https://github.com/briantist/galactory/pull/41).

Bugfixes
--------

- upstream proxying - a previous change to remove deprecated JSON encoder usage in Flask inadvertently broke upstream proxying due a bad import (https://github.com/briantist/galactory/issues/42).

v0.8.0
======

Expand Down
3 changes: 3 additions & 0 deletions changelogs/archive/0.8.1/0.8.1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
release_summary: |-
This patch release fixes the broken upstream proxying I released previously.
File renamed without changes.
15 changes: 15 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,18 @@ releases:
- 30-healthchecks.yml
- 32-headers-brotli.yml
release_date: '2022-12-24'
0.8.1:
changes:
bugfixes:
- upstream proxying - a previous change to remove deprecated JSON encoder usage
in Flask inadvertently broke upstream proxying due a bad import (https://github.com/briantist/galactory/issues/42).
minor_changes:
- containers - published container images have been updated from Python 3.10
to Python 3.11 (https://github.com/briantist/galactory/pull/41).
release_summary: This patch release fixes the broken upstream proxying I released
previously.
fragments:
- 0.8.1.yml
- 41-docker-py311.yml
- 42-upstream-proxy-json.yml
release_date: '2022-12-25'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "galactory"
version = "0.9.0"
version = "0.8.1"

[build-system]
requires = ["setuptools", "wheel"]
Expand Down

0 comments on commit 578e770

Please sign in to comment.