mdbook-github-authors 0.1.0

mdbook preprocessor to display Github profiles of authors of a page
Documentation
# Changelog

All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/),
and this project adheres to [Semantic Versioning](https://semver.org/).

## Unreleased

...

## [0.1.0] - 2025-02-06

### Added

- Implemented `find_authors` function (#10)
- Added Handlebars template rendering for `authors.hbs` (#12)
- Added integration test suite (#13, #12)
- Added CI/CD pipeline with GitHub Actions
- Added preprocessor trait implementation (#11)
- Added status badges (#17)
- Added LICENSE file (#16)

### Changed

- Improved CLI interface with CmdPreprocessor (#14)
- Implemented removal of all links in preprocessing (#11)
- Added markups for docs.rs (#19)
- Polished README documentation (#20)
- Removed annotations [chore] #18

### Infrastructure

- Set up test documentation workflow (#2)
- Added scaffolding and implementation plan (#3)
- Created comprehensive README (#1)
- Added changelog (#15)