mirror of
https://github.com/nearai/ironclaw.git
synced 2026-09-02 23:56:24 +08:00
36 lines
714 B
Plaintext
36 lines
714 B
Plaintext
---
|
|
title: Changelog
|
|
sidebarTitle: Changelog
|
|
description: IronClaw release history
|
|
---
|
|
|
|
Release history for IronClaw.
|
|
|
|
## Changelog Location
|
|
|
|
The complete changelog is maintained in the main repository:
|
|
|
|
<Card title="View Changelog on GitHub" icon="github" href="https://github.com/ironclaw-ai/ironclaw/blob/main/CHANGELOG.md">
|
|
See the full release history
|
|
</Card>
|
|
|
|
## Versioning
|
|
|
|
IronClaw follows [Semantic Versioning](https://semver.org/):
|
|
|
|
- **MAJOR**: Breaking changes
|
|
- **MINOR**: New features (backward compatible)
|
|
- **PATCH**: Bug fixes
|
|
|
|
## Current Version
|
|
|
|
To check your installed version:
|
|
|
|
```bash
|
|
ironclaw --version
|
|
```
|
|
|
|
## Upgrade
|
|
|
|
See [Updating IronClaw](/install/updating) for upgrade instructions.
|