Skip to content

Commit d273a4f

Browse files
committed
#8 Update release notes
1 parent a3493d7 commit d273a4f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

ebcdic/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,13 @@ to build and test the distribution.
107107

108108
## Changes
109109

110-
Version 2.0.0
110+
Version 2.0.0, 2026-ß2-20
111111

112-
- Moved build to [uv](https://docs.astral.sh/uv/). The previous build based on the Python 2 compatible version of [setuptools](https://pypi.org/project/setuptools/) became increasingly unmaintainable in modern environments and continuous integration systems. (#8, contributed by [Branch Vincent](https://github.com/branchv).)
113-
- Dropped support for Python 2 and Python 3.8 or older. If you are stuck with such a version, use [ebcdic 1.1.1](https://pypi.org/project/ebcdic/1.1.1/), which currently has the same functionality.
114-
- Fixed files missing from sdist distribution.
112+
This is a pure technical release that does not change the functionality of the package.
113+
114+
It ensures that the package builds with a modern Python toolchain and continuous integration systems. For details, see [#8](https://github.com/roskakori/CodecMapper/issues/8), contributed by [Branch Vincent](https://github.com/branchv)). In addition, it cleans up some source files missing from the distribution (see [#17](https://github.com/roskakori/CodecMapper/issues/17)) and several minor issues in the documentation.
115+
116+
Because of that, support for Python 2 and Python 3.8 or older had to be dropped. If you are stuck with such a version, use [ebcdic 1.1.1](https://pypi.org/project/ebcdic/1.1.1/), which currently has the same functionality.
115117

116118
Version 1.1.1, 2019-08-09
117119

0 commit comments

Comments
 (0)