Skip to content

Commit 0187ebc

Browse files
committed
Prepare release 6.1.0
1 parent e41e0a4 commit 0187ebc

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

docs/docs/changelog/changes_6.1.0.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# 6.1.0 - 2023-12-30
2+
3+
🚀 This release is powered by **Riccardo Malavolti**, thank you for your contribution!
4+
5+
## ✨ Features
6+
* Add support for IBM-3740 (also known as CCITT-FALSE)
7+
8+
## 🔩 Internal
9+
* Update GitHub Action(s)
10+
* Re-lock dependencies

docs/docs/changelog/unreleased.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
# Unreleased
2-
3-
## ✨ Features
4-
* Add support for IBM-3740 (also known as CCITT-FALSE)
5-
6-
## 🔩 Internal
7-
* Update GitHub Action(s)
8-
* Re-lock dependencies
1+
# Unreleased

docs/mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ nav:
2222
- "development/release.md"
2323
- Changelog:
2424
- "changelog/unreleased.md"
25+
- "changelog/changes_6.1.0.md"
2526
- "changelog/changes_6.0.0.md"
2627
- "changelog/changes_5.0.0.md"
2728
- "changelog/changes_4.3.0.md"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "crc"
3-
version = "6.0.0"
3+
version = "6.1.0"
44
description = "Library and CLI to calculate and verify all kinds of CRC checksums"
55
packages = [
66
{ include = "crc", from = "src" },

0 commit comments

Comments
 (0)