Skip to content

Commit

Permalink
Prepare release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Dec 2, 2023
1 parent ade2002 commit 02d7a54
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 14 deletions.
17 changes: 17 additions & 0 deletions docs/docs/changelog/changes_6.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 6.0.0 - 2023-12-02

## 🚨️ Breaking Changes

* Remove Python 3.7 support
* Changed SAE1850J configuration (see Bug fixes)

## 🐞 Bug Fix
* Adjusted the SAE-J1850 configuration to match the specification

🚨️ For users which do rely on the previously misconfigured `SAEJ1850` settings a configuration named `SAE_J1850_ZERO` was added.


## 🔩 Internal / Development
* Add `python 3.12` to test matrix
* Re-lock dev dependencies

13 changes: 0 additions & 13 deletions docs/docs/changelog/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,14 +1 @@
# Unreleased

## 🐞 Bug Fix
* Adjusted the SAE-J1850 configuration to match the specification

🚨️ For users which do rely on the previously misconfigured `SAEJ1850` settings a configuration named `SAE_J1850_ZERO` was added.

## Breaking Changes
* Remove Python 3.7 support

## 🔩 Internal / Development
* Add `python 3.12` to test matrix
* Re-lock dev dependencies

1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ nav:
- "development/release.md"
- Changelog:
- "changelog/unreleased.md"
- "changelog/changes_6.0.0.md"
- "changelog/changes_5.0.0.md"
- "changelog/changes_4.3.0.md"
- "changelog/changes_4.2.0.md"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "crc"
version = "5.0.1"
version = "6.0.0"
description = "Library and CLI to calculate and verify all kinds of CRC checksums"
packages = [
{ include = "crc", from = "src" },
Expand Down

0 comments on commit 02d7a54

Please sign in to comment.