Skip to content

Commit f317d24

Browse files
committed
Merge branch 'release/0.5.0a0' into develop
2 parents 8249cf2 + 8f7da65 commit f317d24

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
<!--
89
## [Unreleased] - yyyy-mm-dd
910
1011
### Added
@@ -30,3 +31,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3031
### Security
3132
3233
- TODO
34+
-->
35+
36+
## [0.5.0a0] - 2024-10-07
37+
38+
### Added
39+
40+
- `CHANGELOG.md`
41+
- `.gitignore`
42+
- [WIP] refactor SIM868 controller
43+
- [WIP] unit tests
44+
- implemented GitHub Action for automated CI workflow
45+
- implemented linting using `ruff`
46+
- implemented static type checking using `mypy`
47+
- implemented unit testing using `pytest`
48+
49+
### Changed
50+
51+
- added copyright notice in `LICENSE` for the scope of this fork
52+
- converted `setup.py` to `pyproject.toml` for PEP-517/518 compliance
53+
- converted project structure to `src` layout
54+
- moved forked implementation of the controller to `pywaveshare.boards.sim868`
55+
- made minor changes in `README.md`
56+
57+
### Removed
58+
59+
- `setup.cfg`

0 commit comments

Comments
 (0)