# Changelog All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ### Added - Foundry project scaffolding (`forge-std`, CI workflow, `.gitignore`). - `Love` contract recording units of love sent between addresses. - Unit, revert and fuzz tests for `Love`. - Deployment script `script/Love.s.sol`. - `foundry.toml` with pinned solc 0.8.30, optimizer, fmt rules, fuzz/invariant defaults, and RPC/Etherscan endpoints driven by env vars. - `.env.example` documenting required environment variables.