Skip to content

Commit

Permalink
Release/v0.11.1 (#117)
Browse files Browse the repository at this point in the history
* bump version

* release v0.11.1
  • Loading branch information
briantist authored Oct 9, 2023
1 parent a60e3b4 commit 157ce33
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ galactory Release Notes
.. contents:: Topics


v0.11.1
=======

Bugfixes
--------

- Requests for collections that were not already present in artifactory resulted in a 500 internal server error (https://github.com/briantist/galactory/issues/112, https://github.com/briantist/galactory/pull/116).
- Requests proxied to a v2 upstream endpoint that supports pagination caused a 400 error from the upstream due to the inclusion of the v3 ``limit`` query string parameter (https://github.com/briantist/galactory/issues/113).

v0.11.0
=======

Expand Down
File renamed without changes.
12 changes: 12 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,18 @@ releases:
- 108-auth-deprecation-extension.yml
- 109-upload-format.yml
release_date: '2023-10-08'
0.11.1:
changes:
bugfixes:
- Requests for collections that were not already present in artifactory resulted
in a 500 internal server error (https://github.com/briantist/galactory/issues/112,
https://github.com/briantist/galactory/pull/116).
- Requests proxied to a v2 upstream endpoint that supports pagination caused
a 400 error from the upstream due to the inclusion of the v3 ``limit`` query
string parameter (https://github.com/briantist/galactory/issues/113).
fragments:
- 114-bugfixes.yml
release_date: '2023-10-08'
0.2.0:
changes:
minor_changes:
Expand Down
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.11.0"
version = "0.11.1"
authors = [
{name = "Brian Scholer"},
]
Expand Down

0 comments on commit 157ce33

Please sign in to comment.