Skip to content

Commit b4d4be7

Browse files
committed
layout
Signed-off-by: Lawrence Lane <llane@nvidia.com>
1 parent ac7ba66 commit b4d4be7

2 files changed

Lines changed: 30 additions & 36 deletions

File tree

site/content/releases/0.1.0.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
---
2-
title: v0.1.0
2+
title: Rosettes 0.1.0
33
description: Initial public release
4+
date: 2026-01-02
45
draft: false
5-
weight: 100
66
lang: en
7-
type: doc
8-
tags:
9-
- release
10-
keywords:
11-
- 0.1.0
12-
- release
13-
date: 2026-01-02
7+
tags: [release, changelog, initial]
8+
keywords: [release, 0.1.0, initial release]
149
---
1510

1611
# v0.1.0

site/content/releases/_index.md

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,45 @@
11
---
22
title: Releases
3-
description: Release notes and changelog
4-
draft: false
3+
description: Stay up to date with Rosettes' latest features, improvements, and fixes. Each release includes detailed notes about what's new, what changed, and how to upgrade.
4+
type: changelog
55
weight: 90
6+
draft: false
67
lang: en
7-
type: doc
8+
icon: calendar
9+
tags: [releases, changelog, version history]
10+
keywords: [releases, changelog, version, updates]
11+
category: changelog
812
cascade:
9-
type: doc
10-
tags:
11-
- releases
12-
- changelog
13-
keywords:
14-
- releases
15-
- changelog
16-
- versions
13+
type: changelog
1714
menu:
1815
main:
1916
weight: 50
20-
icon: tag
2117
---
2218

23-
# Releases
19+
## Quick Upgrade
2420

25-
Release notes for Rosettes versions.
21+
To upgrade to the latest version:
2622

27-
## Versioning
23+
:::{tab-set}
24+
:::{tab-item} UV
2825

29-
Rosettes follows [Semantic Versioning](https://semver.org/):
26+
```bash
27+
uv pip install --upgrade rosettes
28+
```
3029

31-
- **Major** (1.0.0): Breaking changes
32-
- **Minor** (0.2.0): New features, backward compatible
33-
- **Patch** (0.1.1): Bug fixes, backward compatible
34-
35-
## Current Version
30+
:::
3631

37-
**v0.1.0** — Initial public release
32+
:::{tab-item} pip
3833

39-
## Release History
34+
```bash
35+
pip install --upgrade rosettes
36+
```
4037

41-
:::{child-cards}
42-
:columns: 1
43-
:include: pages
44-
:fields: title, description
4538
:::
4639

40+
:::{/tab-set}
41+
42+
## Browse Releases
43+
44+
Releases appear below in reverse chronological order (newest first). Click any release to read the full details.
45+

0 commit comments

Comments
 (0)