Skip to content

Commit

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

* release v0.11.2
  • Loading branch information
briantist authored Oct 14, 2023
1 parent 8b53f66 commit 085fc42
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ galactory Release Notes
.. contents:: Topics


v0.11.2
=======

Bugfixes
--------

- Using the ``PREFERRED_URL_SCHEME`` configuration option caused failure in Galaxy v3 due to its inapplicability to relative URLs. This now works correctly by not applying the preferred scheme to relative URLs, since they do not need to know the current scheme (https://github.com/briantist/galactory/issues/122, https://github.com/briantist/galactory/pull/123).

v0.11.1
=======

Expand Down
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,17 @@ releases:
fragments:
- 114-bugfixes.yml
release_date: '2023-10-08'
0.11.2:
changes:
bugfixes:
- Using the ``PREFERRED_URL_SCHEME`` configuration option caused failure in
Galaxy v3 due to its inapplicability to relative URLs. This now works correctly
by not applying the preferred scheme to relative URLs, since they do not need
to know the current scheme (https://github.com/briantist/galactory/issues/122,
https://github.com/briantist/galactory/pull/123).
fragments:
- 123-relative-url-scheme.yml
release_date: '2023-10-14'
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.1"
version = "0.11.2"
authors = [
{name = "Brian Scholer"},
]
Expand Down

0 comments on commit 085fc42

Please sign in to comment.