File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 22
33
44
5+ ## v1.1.2 (2023-11-22)
6+
7+ ### Ci
8+
9+ * ci: fix release.yml ([ ` 75705eb ` ] ( https://github.com/fligneul/aps2mqtt/commit/75705ebdaa9c8b567ce3cee77999e8a12ae0db84 ) )
10+
11+ * ci: deploy on docker (#8 ) ([ ` d2ffb7b ` ] ( https://github.com/fligneul/aps2mqtt/commit/d2ffb7b218fcc3f3e74c9212d25125c8bce4f554 ) )
12+
13+ ### Performance
14+
15+ * perf: replace numpy for lighter image (#9 ) ([ ` ea12ed8 ` ] ( https://github.com/fligneul/aps2mqtt/commit/ea12ed8f3d381e72b6651a4282c9132c2df20187 ) )
16+
17+
518## v1.1.1 (2023-11-19)
619
720### Fix
821
922* fix: cast import for non string values (#7 ) ([ ` 5dc868b ` ] ( https://github.com/fligneul/aps2mqtt/commit/5dc868b6b9780d13f5b66d8fe67a60c502c90be1 ) )
1023
24+ ### Unknown
25+
26+ * [ release] 1.1.1
27+
28+ Automatically generated by python-semantic-release ([ ` c2e2fc3 ` ] ( https://github.com/fligneul/aps2mqtt/commit/c2e2fc3507ba8bfda179c77eb254d668a8f67d3f ) )
29+
1130
1231## v1.1.0 (2023-11-10)
1332
Original file line number Diff line number Diff line change 11from setuptools import setup
22
3- __version__ = "1.1.1 "
3+ __version__ = "1.1.2 "
44
55if __name__ == "__main__" :
66 setup (version = __version__ )
You can’t perform that action at this time.
0 commit comments