Skip to content

docs: add CHANGELOG.md#37

Merged
SF-Zhou merged 1 commit into
mainfrom
copilot/generate-changelog-md-file
May 13, 2026
Merged

docs: add CHANGELOG.md#37
SF-Zhou merged 1 commit into
mainfrom
copilot/generate-changelog-md-file

Conversation

Copilot AI commented May 13, 2026

Copy link
Copy Markdown
Contributor

Adds a CHANGELOG.md tracking all releases from v0.1.12 through v0.2.2, following Keep a Changelog format.

Coverage

  • v0.1.12 — initial release: foldhash, benchmarks, interface iterations, trusted publishing
  • v0.1.13 — batch lock support
  • v0.1.14 — fix elided lifetime; doc comment improvements
  • v0.1.15 — Miri/concurrency fixes; entry cleanup optimization; CI speedup
  • v0.1.16 — further entry cleanup optimization
  • v0.2.0 — breaking: consolidate to single crate, parking_lot mutex, HashTable-based LockMap, unified Entry API; set_max_size for LRU; single-hash/probe optimization
  • v0.2.1 — remove Send from Entry/LruEntry, relax Sync bounds; multi-OS/arch CI
  • v0.2.2max_evict parameter on try_evict

Each entry links to the corresponding GitHub comparison diff.

Agent-Logs-Url: https://github.com/SF-Zhou/lockmap/sessions/cbfd20c7-bc83-491c-8108-088c67eb3551

Co-authored-by: SF-Zhou <7477599+SF-Zhou@users.noreply.github.com>
@codecov

codecov Bot commented May 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (7918d1f) to head (1dd189c).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #37   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines         1609      1609           
=========================================
  Hits          1609      1609           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@SF-Zhou SF-Zhou left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@SF-Zhou SF-Zhou marked this pull request as ready for review May 13, 2026 05:48
Copilot AI review requested due to automatic review settings May 13, 2026 05:48
@SF-Zhou SF-Zhou merged commit d27b7d3 into main May 13, 2026
13 checks passed
@SF-Zhou SF-Zhou deleted the copilot/generate-changelog-md-file branch May 13, 2026 05:48

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a Keep a Changelog–style CHANGELOG.md to document project release history for lockmap from v0.1.12 through v0.2.2, with per-release headings and reference links.

Changes:

  • Introduces CHANGELOG.md containing release notes for v0.1.12–v0.2.2.
  • Adds GitHub reference links for each release (mostly compare/ links) at the bottom of the changelog.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CHANGELOG.md
Comment on lines +1 to +6
# 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Comment thread CHANGELOG.md
Comment on lines +103 to +105
[0.1.14]: https://github.com/SF-Zhou/lockmap/compare/v0.1.13...v0.1.14
[0.1.13]: https://github.com/SF-Zhou/lockmap/compare/v0.1.12...v0.1.13
[0.1.12]: https://github.com/SF-Zhou/lockmap/releases/tag/v0.1.12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants