# Changelog

All notable changes to the openclaw-akshare-skill project will be documented in this file.

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

## [Unreleased]

### Added
- Initial release of OpenClaw AkShare Skill
- Support for A-shares real-time and historical data
- Support for Hong Kong stocks
- Support for US stocks
- Support for futures data
- Support for fund data
- Support for macroeconomic indicators
- Comprehensive documentation
- Example scripts and tests
- Installation scripts

### Documentation
- SKILL.md with complete usage guide
- API reference in references/akshare_api.md
- Common functions guide in references/common_functions.md
- Example usage scripts
- Verification report

## [0.1.0] - 2025-02-08

### Added
- Initial commit
- Basic skill structure
- AkShare integration
- Documentation
- Examples and tests