git-gemini-forge 0.2.0

A simple Gemini server that serves a read-only view of public repositories from a Git forge.
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

- Nothing :3

## [0.2.0] - 2024-08-11

### Added

- List repos for a given user.

### Changed

- The main page displays a list of repositories with recent activity, instead of a list of users.
- A separate route lists the forge's users, linked in the footer.

## [0.1.1] - 2024-08-10

### Added

- Show the package version on the frontend.

## [0.1.0] - 2024-08-10

### Added

- Initial prototype.
- Gemini capsule.
- Uses a Forgejo instance's public API to read out users.

[unreleased]: https://git.average.name/AverageHelper/git-gemini-forge/compare/v0.2.0...HEAD
[0.2.0]: https://git.average.name/AverageHelper/git-gemini-forge/compare/v0.1.1...v0.2.0
[0.1.1]: https://git.average.name/AverageHelper/git-gemini-forge/compare/v0.1.0...v0.1.1
[0.1.0]: https://git.average.name/AverageHelper/git-gemini-forge/releases/tag/v0.1.0