From 69c2a41bf65a83fecdfacc0c593cffbe447abd04 Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Sat, 30 Dec 2023 15:28:37 +0100 Subject: [PATCH] Prepare release 6.1.0 --- docs/docs/changelog/changes_6.1.0.md | 10 ++++++++++ docs/docs/changelog/unreleased.md | 9 +-------- docs/mkdocs.yml | 1 + pyproject.toml | 2 +- 4 files changed, 13 insertions(+), 9 deletions(-) create mode 100644 docs/docs/changelog/changes_6.1.0.md diff --git a/docs/docs/changelog/changes_6.1.0.md b/docs/docs/changelog/changes_6.1.0.md new file mode 100644 index 0000000..de22e3a --- /dev/null +++ b/docs/docs/changelog/changes_6.1.0.md @@ -0,0 +1,10 @@ +# 6.1.0 - 2023-12-30 + +🚀 This release is powered by **Riccardo Malavolti**, thank you for your contribution! + +## ✨ Features +* Add support for IBM-3740 (also known as CCITT-FALSE) + +## 🔩 Internal +* Update GitHub Action(s) +* Re-lock dependencies diff --git a/docs/docs/changelog/unreleased.md b/docs/docs/changelog/unreleased.md index 7c0e5bf..1e3761d 100644 --- a/docs/docs/changelog/unreleased.md +++ b/docs/docs/changelog/unreleased.md @@ -1,8 +1 @@ -# Unreleased - -## ✨ Features -* Add support for IBM-3740 (also known as CCITT-FALSE) - -## 🔩 Internal -* Update GitHub Action(s) -* Re-lock dependencies +# Unreleased \ No newline at end of file diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 0d7ad58..e3df91f 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -22,6 +22,7 @@ nav: - "development/release.md" - Changelog: - "changelog/unreleased.md" + - "changelog/changes_6.1.0.md" - "changelog/changes_6.0.0.md" - "changelog/changes_5.0.0.md" - "changelog/changes_4.3.0.md" diff --git a/pyproject.toml b/pyproject.toml index 9e631d6..b93aab5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "crc" -version = "6.0.0" +version = "6.1.0" description = "Library and CLI to calculate and verify all kinds of CRC checksums" packages = [ { include = "crc", from = "src" },