Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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).

## [0.15.2] - 2026-09-19

### Added

- **`DIARY_LINKED.md`**, a copy of `DIARY.md` where every line links to the
GitHub tree at the commit that wrote it, so each diary entry opens the repo as
it was at that point. Regenerate it with `make diary-links`
(`scripts/link_diary.py`). The script uses `git blame -C -C` to follow lines
back through the diary's move out of `README.md`; a plain blame would credit
most of the diary to that move.

## [0.15.1] - 2026-09-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pkcore"
description = "Prototype core poker library."
version = "0.15.1"
version = "0.15.2"
rust-version = "1.94.1"
edition = "2024"
authors = ["electronicpanopticon <gaoler@electronicpanopticon.com>"]
Expand Down
Loading
Loading