|
| 1 | +.. SPDX-FileCopyrightText: 2024 Veit Schiele |
| 2 | +.. |
| 3 | +.. SPDX-License-Identifier: BSD-3-Clause |
| 4 | +
|
| 5 | +Changelog |
| 6 | +========= |
| 7 | + |
| 8 | +The versions follow `Semantic Versioning <https://semver.org/lang/de/>`_: |
| 9 | +``MAJOR.MINOR.PATCH``. |
| 10 | + |
| 11 | +``MAJOR`` |
| 12 | + is increased when incompatible changes are published. |
| 13 | +``MINOR`` |
| 14 | + is increased when new compatible functionalities are released. |
| 15 | +``PATCH`` |
| 16 | + is increased if the changes include only compatible bug fixes. |
| 17 | + |
| 18 | +.. _changelog |
| 19 | +
|
| 20 | +24.2.0 |
| 21 | + |
| 22 | +* Git |
| 23 | + |
| 24 | + * 📝 Add zdiff3 as git merge conflict style |
| 25 | + * 📝 Update meaningful commit messages |
| 26 | + * 🍱 Update git cheatsheet |
| 27 | + * 📝 Add git batch processing |
| 28 | + * 📝 Add warning for git keep |
| 29 | + * 🎨 Improve structure of the git section |
| 30 | + |
| 31 | +* 🎨 Improve structure of the code quality section |
| 32 | +* 🎨 Improve structure of the cite software section |
| 33 | +* 🌱 Add matplotlib for social cards |
| 34 | + |
| 35 | +24.1.0 |
| 36 | + |
| 37 | +* 📝 Update redis licenses, add hint to Redict and Valkey |
| 38 | + |
| 39 | +* Git |
| 40 | + |
| 41 | + * 📝 Add ‘Change commits for a clean log’ |
| 42 | + * 📝 Update git’s database internals |
| 43 | + * 📝 Rearrange advanced git section |
| 44 | + * 📝 Extend the git notes section |
| 45 | + * 📝 Simplify secret detection |
| 46 | + * 📝 Add more git commands and options |
| 47 | + * 📝 Extend the git bisect section |
| 48 | + * 🎨 Rearrange the git section |
| 49 | + * 📝 Update log and reflog |
| 50 | + * 📝 Improve the Git configuration |
| 51 | + * 📝 Add reference for common reset commands |
| 52 | + * 📝 Update git reset |
| 53 | + * 📝 Expand section on meaningful commit messages |
| 54 | + * 📝 Update git section |
| 55 | + * 📝 Update the section Undo commit in the wrong branch |
| 56 | + * 📝 Add description of workspaces |
| 57 | + |
| 58 | +* Data serialisation |
| 59 | + |
| 60 | + * 📝 Update xml example |
| 61 | + * 📝 Update data serialisation |
| 62 | + * 📝 Simplify the json example |
| 63 | + |
| 64 | +* 📝 Switch from the requests lib to httpx |
| 65 | + |
| 66 | +* Code smells |
| 67 | + |
| 68 | + * 📝 Add SOLID principles |
| 69 | + * 📝 Add the recognition of code smells |
| 70 | + * 📝 Add intro to code smells |
| 71 | + * 🎨 Rearrange code reduction with dataclasses and attrs |
| 72 | + * 📝 Update itertools filterfalse |
| 73 | + |
| 74 | +* 📄 Add SPDX classifier |
0 commit comments