docs: add CHANGELOG.md#37
Merged
Merged
Conversation
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>
Copilot created this pull request from a session on behalf of
SF-Zhou
May 13, 2026 05:37
View session
Codecov Report✅ All modified and coverable lines are covered by tests. 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. |
Contributor
There was a problem hiding this comment.
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.mdcontaining 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 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 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 |
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.
Adds a
CHANGELOG.mdtracking all releases from v0.1.12 through v0.2.2, following Keep a Changelog format.Coverage
foldhash, benchmarks, interface iterations, trusted publishingparking_lotmutex,HashTable-basedLockMap, unifiedEntryAPI;set_max_sizefor LRU; single-hash/probe optimizationSendfromEntry/LruEntry, relaxSyncbounds; multi-OS/arch CImax_evictparameter ontry_evictEach entry links to the corresponding GitHub comparison diff.