Skip to content

Commit 07d517a

Browse files
committed
Prepare release 6.1.2
1 parent e3fdc92 commit 07d517a

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

docs/docs/changelog/changes_6.1.2.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# 6.1.2 - 2024-04-14
2+
3+
## 🐞 Bug Fixes
4+
* Fixed unstable return values of `digest` function. For more details, see issue [#151](https://github.com/Nicoretti/crc/issues/151).
5+
6+
!!! bug
7+
This issue specifically affected scenarios where the CRC register was manually manipulated. Standard usages of the `Calculator` class were not impacted.
8+
Furthermore, this issue primarily occurred in configurations that required reverse output.
9+
10+
## 📚 Documentation
11+
* Add overview of crc configurations
12+
13+
## 🔩 Internal
14+
* Re-lock dependencies

docs/docs/changelog/unreleased.md

-13
Original file line numberDiff line numberDiff line change
@@ -1,14 +1 @@
11
# Unreleased
2-
3-
## 🐞 Bug Fixes
4-
* Fixed unstable return values of `digest` function. For more details, see issue [#151](https://github.com/Nicoretti/crc/issues/151).
5-
6-
!!! bug
7-
This issue specifically affected scenarios where the CRC register was manually manipulated. Standard usages of the `Calculator` class were not impacted.
8-
Furthermore, this issue primarily occurred in configurations that required reverse output.
9-
10-
## 📚 Documentation
11-
* Add overview of crc configurations
12-
13-
## 🔩 Internal
14-
* Re-lock dependencies

docs/mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ nav:
2525
- "development/release.md"
2626
- Changelog:
2727
- "changelog/unreleased.md"
28+
- "changelog/changes_6.1.2.md"
2829
- "changelog/changes_6.1.1.md"
2930
- "changelog/changes_6.1.0.md"
3031
- "changelog/changes_6.0.0.md"

0 commit comments

Comments
 (0)