File tree 1 file changed +27
-0
lines changed
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ <!--
8
9
## [Unreleased] - yyyy-mm-dd
9
10
10
11
### Added
@@ -30,3 +31,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
30
31
### Security
31
32
32
33
- 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 `
You can’t perform that action at this time.
0 commit comments