File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.5 .0"
2
+ "." : " 0.6 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.6.0] ( https://github.com/feeph/libi2c-python/compare/v0.5.0...v0.6.0 ) (2024-07-23)
4
+
5
+
6
+ ### Features
7
+
8
+ * add configuration for dependabot ([ 31f07f2] ( https://github.com/feeph/libi2c-python/commit/31f07f237817fdc11fb5b999edfdfdc5bb8ab14c ) )
9
+ * allow reading and writing of device state ([ 67a72cf] ( https://github.com/feeph/libi2c-python/commit/67a72cf2d96687d6fe94eda694bcdddf30d33163 ) )
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * delete obsolete code in 'BurstHandler' ([ 0741bd4] ( https://github.com/feeph/libi2c-python/commit/0741bd423cd7fe121c5367afcb0375bd4aad4bfc ) )
15
+ * remove obsolete file ([ 559d320] ( https://github.com/feeph/libi2c-python/commit/559d3201ef6a8219546d4ffcc0ffffb90d0f81cc ) )
16
+ * update package versions ([ 5df0bb9] ( https://github.com/feeph/libi2c-python/commit/5df0bb91e51970433583dae5f20091407275ccba ) )
17
+
3
18
## [ 0.5.0] ( https://github.com/feeph/libi2c-python/compare/v0.4.1...v0.5.0 ) (2024-07-20)
4
19
5
20
Original file line number Diff line number Diff line change 16
16
# PEP 621 project metadata
17
17
# https://www.python.org/dev/peps/pep-0621
18
18
name = " feeph.i2c"
19
- version = " 0.5 .0"
19
+ version = " 0.6 .0"
20
20
description = " abstraction layer for the I²C bus (incl. simulation for testing)"
21
21
authors = [
22
22
{
name =
" Feeph Aifeimei" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments