Skip to content

Commit 45f4602

Browse files
wangjuntaojamiesun
authored andcommitted
chore: bump version to 0.1.6
1 parent efdf35b commit 45f4602

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.1.6] - 2025-10-27
9+
10+
### Fixed
11+
- 清理错误的 v0.2.0 标签,恢复正确的版本历史
12+
- 维护版本一致性
13+
14+
## [0.1.5] - 2025-10-27
15+
16+
### Added
17+
- 自动格式化代码(black 和 isort)
18+
- 优化 release.prompt 支持自动版本号递增
19+
20+
### Changed
21+
- 清理冗余文档和重组文件
22+
23+
## [0.1.4] - Previous Release
24+
25+
Initial release with core HyperLiquid MCP functionality.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hyperliquid-mcp-python"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "HyperLiquid MCP Server with FastMCP - Trading tools and account management"
55
authors = [
66
{name = "jettwang", email = "[email protected]"}

0 commit comments

Comments
 (0)