File tree 4 files changed +16
-14
lines changed
4 files changed +16
-14
lines changed Original file line number Diff line number Diff line change
1
+ # 4.2.0 - 2023-04-16
2
+
3
+ ## ✨ Features
4
+ * Add support for MODBUS
5
+
6
+ ## 📚 Documentation
7
+ * Add copy button support for code snippets
8
+
9
+ ## 🔩 Internal
10
+ * Fix path to changelog file for GitHub release
11
+ * Add python 3.11 to test matrix
12
+ * Add pre-commit support
13
+ * Update dev dependencies
14
+ * Fix mypy warnings
Original file line number Diff line number Diff line change 1
1
# Unreleased
2
-
3
- ## ✨ Features
4
- * Add support for MODBUS
5
-
6
- ## 📚 Documentation
7
- * Add copy button support for code snippets
8
-
9
- ## 🔩 Internal
10
- * Fix path to changelog file for GitHub release
11
- * Add python 3.11 to test matrix
12
- * Add pre-commit support
13
- * Update dev dependencies
14
- * Fix mypy warnings
Original file line number Diff line number Diff line change 22
22
- " development/release.md"
23
23
- Changelog :
24
24
- " changelog/unreleased.md"
25
+ - " changelog/changes_4.2.0.md"
25
26
- " changelog/changes_4.1.0.md"
26
27
- " changelog/changes_4.0.0.md"
27
28
- " changelog/changes_3.0.1.md"
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " crc"
3
- version = " 4.1 .0"
3
+ version = " 4.2 .0"
4
4
description = " Library and CLI to calculate and verify all kinds of CRC checksums"
5
5
packages = [
6
6
{ include = " crc.py" },
You can’t perform that action at this time.
0 commit comments