From bcefcfb958b30547140eac9f03978a1211563105 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 01:36:39 +0000 Subject: [PATCH] chore: release v0.0.1 --- sandpolis-audit/CHANGELOG.md | 8 ++++++++ sandpolis-core/CHANGELOG.md | 8 ++++++++ sandpolis-inventory/CHANGELOG.md | 8 ++++++++ sandpolis-inventory/Cargo.toml | 2 +- 4 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 sandpolis-audit/CHANGELOG.md create mode 100644 sandpolis-core/CHANGELOG.md create mode 100644 sandpolis-inventory/CHANGELOG.md diff --git a/sandpolis-audit/CHANGELOG.md b/sandpolis-audit/CHANGELOG.md new file mode 100644 index 000000000..11bddf32c --- /dev/null +++ b/sandpolis-audit/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] diff --git a/sandpolis-core/CHANGELOG.md b/sandpolis-core/CHANGELOG.md new file mode 100644 index 000000000..11bddf32c --- /dev/null +++ b/sandpolis-core/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] diff --git a/sandpolis-inventory/CHANGELOG.md b/sandpolis-inventory/CHANGELOG.md new file mode 100644 index 000000000..11bddf32c --- /dev/null +++ b/sandpolis-inventory/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] diff --git a/sandpolis-inventory/Cargo.toml b/sandpolis-inventory/Cargo.toml index 76bb9118f..8a76a3084 100644 --- a/sandpolis-inventory/Cargo.toml +++ b/sandpolis-inventory/Cargo.toml @@ -32,4 +32,4 @@ agent = ["dep:sysinfo", "dep:axum", "dep:axum-macros", "dep:sandpolis-agent"] server = [] client = [] client-gui = ["client"] -client-tui = ["client"] \ No newline at end of file +client-tui = ["client"]