Skip to content
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/prepare 6.1.2 #154

Merged
merged 2 commits into from
Apr 14, 2024
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
14 changes: 14 additions & 0 deletions docs/docs/changelog/changes_6.1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 6.1.2 - 2024-04-14

## 🐞 Bug Fixes
* Fixed unstable return values of `digest` function. For more details, see issue [#151](https://github.com/Nicoretti/crc/issues/151).

!!! bug
This issue specifically affected scenarios where the CRC register was manually manipulated. Standard usages of the `Calculator` class were not impacted.
Furthermore, this issue primarily occurred in configurations that required reverse output.

## 📚 Documentation
* Add overview of crc configurations

## 🔩 Internal
* Re-lock dependencies
11 changes: 0 additions & 11 deletions docs/docs/changelog/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
# Unreleased

## 🐞 Bug Fixes
* Fixed unstable return values of `digest` function. For more details, see issue [#151](https://github.com/Nicoretti/crc/issues/151).

!!! bug
This issue specifically affected scenarios where the CRC register was manually manipulated. Standard usages of the `Calculator` class were not impacted.
Furthermore, this issue primarily occurred in configurations that required reverse output.

## 📚 Documentation
* Add overview of crc configurations

1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ nav:
- "development/release.md"
- Changelog:
- "changelog/unreleased.md"
- "changelog/changes_6.1.2.md"
- "changelog/changes_6.1.1.md"
- "changelog/changes_6.1.0.md"
- "changelog/changes_6.0.0.md"
Expand Down
107 changes: 53 additions & 54 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading