-
Notifications
You must be signed in to change notification settings - Fork 1
Main #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: ci/tauri-bridge-matrix-cache
Are you sure you want to change the base?
Main #14
Changes from all commits
b6750b8
fb14182
309c72c
baa6252
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,27 @@ | ||||||
| # Changelog | ||||||
|
|
||||||
| All notable changes to this project will be documented in this file. | ||||||
|
|
||||||
| ## Unreleased | ||||||
|
|
||||||
| ### Added | ||||||
| - Exported `io` module (atomic) to support direct IO integration and library consumers. | ||||||
| - Snapshot updates for glyph formatting examples. | ||||||
|
|
||||||
| ### Changed | ||||||
| - Removed library-related references and cleanup from internal modules (work done on branch `fix/remove-librs`). | ||||||
| - Improved formatting stability for example outputs (snapshots updated). | ||||||
|
|
||||||
| ### Fixed | ||||||
| - Various fixes that surfaced during removal/cleanup of library references. | ||||||
|
|
||||||
| ### Tests | ||||||
| - All unit and integration tests passing locally: | ||||||
| - 34 unit tests for core library passed. | ||||||
| - Multiple integration/golden tests passed. | ||||||
| - Snapshot review performed and updated for `glyph.ai.snap`. | ||||||
| - Note: Some non-critical compiler warnings remain (unused variables and a dead method). These do not affect correctness but should be cleaned up in a follow-up. | ||||||
|
|
||||||
| ### Notes | ||||||
| - Recommend a minor version bump (e.g. v0.2.0 -> v0.2.1) after merge if you consider these changes a patch/minor release. | ||||||
|
||||||
| - Recommend a minor version bump (e.g. v0.2.0 -> v0.2.1) after merge if you consider these changes a patch/minor release. | |
| - Recommend a patch version bump (e.g. v0.2.0 -> v0.2.1) if you consider these changes a patch release, or a minor version bump (e.g. v0.2.0 -> v0.3.0) if you consider them a minor release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spelling of 'IO' to 'I/O'. When referring to input/output operations, the standard abbreviation uses a forward slash and is typically written in uppercase as 'I/O'.