chore(release): 0.1.3#14
Merged
Merged
Conversation
Patch release covering documentation and legal/metadata changes since 0.1.2. No API or functional changes — the crate compiles to the same library surface; all 177 tests pass identically. Highlights of what crates.io users will see in 0.1.3: * README now carries a **Built with AI · Powered by StrayMark** section acknowledging the project's AI-assisted development process and its use of StrayMark (https://straymark.dev) as the governance layer that produced AIDEC, AILOG and TES records alongside the implementation. * README now carries a **Copyright** section identifying Strange Days Tech S.A.S. de C.V. (https://strangedays.tech/) as the original author and intellectual-property holder. The MIT/Apache-2.0 dual license is unchanged. * Every Rust source file in the published crate now carries an `SPDX-License-Identifier: MIT OR Apache-2.0` header with copyright attribution, matching the convention used by rustc, tokio, serde, etc. Internal repo changes since 0.1.2 (not visible to crate consumers, listed here for completeness): DevTrail → StrayMark rebrand of the governance folder, addition of a cross-platform Rust CI workflow (.github/workflows/rust-ci.yml) covering ubuntu/macOS/Windows, and a rename of one README heading. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Patch release covering documentation and legal/metadata changes since 0.1.2. No API or functional changes — the crate compiles to the same library surface, all 177 tests pass identically.
What crates.io users will see
SPDX-License-Identifier: MIT OR Apache-2.0header on every published.rssource file0.1.2→0.1.3inCargo.tomlCHANGELOG.mdentry for[0.1.3] - 2026-05-19Repo-internal changes not relevant to crate consumers
.straymark/— excluded from publish viaCargo.toml).github/workflows/rust-ci.yml— also excluded from publish)Test plan
cargo build --all-features→ ok, version 0.1.3 in Cargo.lock (local)cargo test --all-features→ all test groups pass (local)cargo fmt --all -- --check→ clean (local)v0.1.3, push tag,cargo publish🤖 Generated with Claude Code