hackmd-api-client-rs 0.3.0

🦀📝 A HackMD Rust API client for rustacean & friends
Documentation
# Changelog

<!-- markdownlint-disable MD024 -->

All notable changes to this project will be documented in this file.
## [0.3.0] - 2026-04-27

### ⚙️ Miscellaneous Tasks

- Add CI and release workflows
- Update ci and release workflows

## [Unreleased]

### ⚙️ Miscellaneous Tasks

- Add CI and release workflows
- Add a `just`-based local release runner and align release documentation around it

## [0.2.0] - 2025-05-26

### 🚀 Features

- Rename `retry_config` to `retry_options` for consistency

### 🐛 Bug Fixes

- Update reqwest dep and fix types
- Update & delete handle

### 🚜 Refactor

- Update use

### 📚 Documentation

- Update docs

### ⚙️ Miscellaneous Tasks

- Update description
- Update docs link
- Update description & internal naming
- Update deps
- Release hackmd-api-client-rs version 0.2.0

## [0.1.0] - 2025-05-23

### 🚀 Features

- Implement `ApiClient`
- Enhance API client with error handling, options, and examples

### 🐛 Bug Fixes

- Path for `get_me`
- Use `String` instead of `&str`
- Use `&str` for readonly value

### ⚙️ Miscellaneous Tasks

- Init
- Update `.gitignore`
- Lint fix
- Format fix
- Update deps
- Update reqwest deps
- Update Cargo.toml metadata for crates.io publishing