Skip to content

Commit

Permalink
Release/v0.10.1 (#97)
Browse files Browse the repository at this point in the history
* set stable version

* release v0.10.1
  • Loading branch information
briantist authored Sep 29, 2023
1 parent 7821337 commit d1af360
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.10.1
=======

Bugfixes
--------

- A collection that had only prereleases would cause a 500 error when visiting certain endpoints due to a lack of a ``latest_version`` key. The latest version is now the latest stable (non-prerelease) version if any exist, which is the same behavior as before, but if only prereleases exist, then ``latest_version`` will refer to the latest prerelease (https://github.com/briantist/galactory/issues/87).

v0.10.0
=======

Expand Down
File renamed without changes.
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@ releases:
- 72-fix-url-quoting.yml
- 77-access-token-bearer-auth-support.yml
release_date: '2023-08-12'
0.10.1:
changes:
bugfixes:
- A collection that had only prereleases would cause a 500 error when visiting
certain endpoints due to a lack of a ``latest_version`` key. The latest version
is now the latest stable (non-prerelease) version if any exist, which is the
same behavior as before, but if only prereleases exist, then ``latest_version``
will refer to the latest prerelease (https://github.com/briantist/galactory/issues/87).
fragments:
- 88-prereleases.yml
release_date: '2023-09-29'
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.10.1-dev0"
version = "0.10.1"
authors = [
{name = "Brian Scholer"},
]
Expand Down

0 comments on commit d1af360

Please sign in to comment.