Skip to content

Commit d85467c

Browse files
authored
docs: Add CHANGELOG.md for v0.2.0 (#32)
* docs: add CHANGELOG.md documenting v0.2.0 release notes Provide a Keep a Changelog file so consumers and contributors can track notable changes for the 0.2.0 release and future work under [Unreleased]. Closes #21 (LIM-139). * docs: blank lines after CHANGELOG category headings (MD022) Satisfy markdownlint blanks-around-headings after Added/Changed/Removed.
1 parent 412be61 commit d85467c

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.2.0] - 2026-07-16
11+
12+
### Added
13+
14+
- GitHub Actions CI workflow (fmt, clippy, build, test)
15+
- Codecov coverage reporting (cargo-llvm-cov) and badge
16+
- Qodana static analysis CI
17+
- Dual MIT/Apache-2.0 license files and SPDX headers on Rust sources
18+
- `docs/BOUNDARY_MATRIX.md` documenting crate ownership boundaries
19+
- `examples/generic_environment.rs` domain-agnostic example
20+
- Local `ModulatorVector` type replacing sibling neuromod dependency (PR #29)
21+
- SimpleCritic acetylcholine derived from `Environment::surprise` (PR #30)
22+
23+
### Changed
24+
25+
- Rust edition 2021 → 2024
26+
- Declared MSRV `rust-version = "1.85"`
27+
- Critic output field `cortisol``norepinephrine`; wire `Environment::volatility()` → serotonin
28+
29+
### Removed
30+
31+
- Legacy mining/Qubic/Dynex documentation references
32+
- Unused `serde` dependency
33+
- Tracked CI log artifacts from the repository

0 commit comments

Comments
 (0)