Skip to content

Commit 2becda9

Browse files
RobarePruynclaude
andcommitted
chore(release): 0.2.0
Cargo.toml + pyproject.toml + CHANGELOG.md bumped from 0.2.0-dev to 0.2.0. README status section updated to reflect v0.2 reality (working library, citation-backed catalog data, real protocol probe). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d9bd400 commit 2becda9

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.2.0-dev] — 2026-04-29
10+
## [0.2.0] — 2026-04-29
1111

1212
### Added
1313

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mediacast-netcatalog"
3-
version = "0.2.0-dev"
3+
version = "0.2.0"
44
edition = "2021"
55
rust-version = "1.78"
66
description = "Vendor command catalog + version matcher + protocol probe for multi-vendor network automation."

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,11 @@ which programmatic interfaces a real device actually exposes.
5353

5454
## Status
5555

56-
**v0.1 — research / scaffold.** The catalog YAML is research-grade and
57-
already drives planning inside [Mediacast NetCaster](https://github.com/Mediacastnet).
58-
The Rust loader, version matcher, and PyO3 bindings are under active
59-
development. **API is unstable until v0.2.**
56+
**v0.2 — research data + working library.** Citation-backed catalog YAML
57+
for seven vendors. Rust loader + version matcher + sync stdlib-only
58+
protocol probe, all with PyO3 Python bindings. First production consumer
59+
is [Mediacast NetCaster](https://github.com/Mediacastnet/netcaster).
60+
**API may still evolve toward v1.0; pin a specific minor version.**
6061

6162
## Quick start (Rust)
6263

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "mediacast-netcatalog"
7-
version = "0.2.0.dev0"
7+
version = "0.2.0"
88
description = "Vendor command catalog + version matcher + protocol probe for multi-vendor network automation."
99
readme = "README.md"
1010
license = { text = "MIT OR Apache-2.0" }

0 commit comments

Comments
 (0)