From 11b2d3c3adc0dd73bc632694c85674457dcb3b97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 03:35:14 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd36c7..317bbb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.0](https://github.com/nazq/heimdall/compare/v0.1.0...v1.0.0) (2026-03-15) + + +### ⚠ BREAKING CHANGES + +* re-exec config preservation, protocol state names, test coverage ([#8](https://github.com/nazq/heimdall/issues/8)) + +### Bug Fixes + +* re-exec config preservation, protocol state names, test coverage ([#8](https://github.com/nazq/heimdall/issues/8)) ([19ddda1](https://github.com/nazq/heimdall/commit/19ddda1bfe67bf50e0aa04909de8f7ad7c794410)) + ## 0.1.0 (2026-03-15) diff --git a/Cargo.lock b/Cargo.lock index acb8d8a..e9efdf0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -212,7 +212,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "heimdall" -version = "0.1.0" +version = "1.0.0" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 1c673b6..10cbb4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall" -version = "0.1.0" +version = "1.0.0" edition = "2024" description = "PTY session supervisor with process-group lifecycle, Unix socket IPC, and pluggable state classification" authors = ["Naz Quadri "]