-
Notifications
You must be signed in to change notification settings - Fork 0
release: v0.4.0 #42
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
release: v0.4.0 #42
Changes from all commits
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 |
|---|---|---|
|
|
@@ -4,8 +4,8 @@ message: "If you use this software, please cite it as below." | |
| type: software | ||
| authors: | ||
| - name: "Coworker Research" | ||
| version: "0.2.0" | ||
| date-released: "2026-04-17" | ||
| version: "0.4.0" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When citation consumers honor Useful? React with 👍 / 👎. |
||
| date-released: "2026-06-07" | ||
| license: Apache-2.0 | ||
| repository-code: "https://github.com/marcohost33-maker/Liouscope" | ||
| url: "https://github.com/marcohost33-maker/Liouscope" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,4 +8,4 @@ | |
| so setuptools can read it statically at build time. | ||
| """ | ||
|
|
||
| __version__ = "0.3.0" | ||
| __version__ = "0.4.0" | ||
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.
The new release section says everything below came from 18 commits and PRs #34–#41, but the section also documents changes introduced by earlier PRs such as #28, #31, #32, and #33, while the repository history from the v0.3.0 version-sync commit through the pre-release parent contains only 15 commits. Since this statement is presented as the release audit trail, it gives readers an incorrect scope and should be replaced with the actual commit/PR range.
Useful? React with 👍 / 👎.