File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 22
33
44
5+ ## v1.1.3 (2023-12-03)
6+
7+ ### Chore
8+
9+ * chore: add log when no ca_certs is defined (#13 ) ([ ` ca6b04b ` ] ( https://github.com/fligneul/aps2mqtt/commit/ca6b04b06fc1ec28b1ef49a740042cb6eac86f36 ) )
10+
11+ * chore(log): remove private data from log ([ ` 07ac060 ` ] ( https://github.com/fligneul/aps2mqtt/commit/07ac060252c4cafcbc32b1b8cdbb75d6a58fac8a ) )
12+
13+ ### Ci
14+
15+ * ci(release): allow semantic to bypass protection (#10 ) ([ ` c886acb ` ] ( https://github.com/fligneul/aps2mqtt/commit/c886acb4c0249057821e93f74e7d62ca4dd65448 ) )
16+
17+ ### Documentation
18+
19+ * docs: Add Docker compose example ([ ` f513a8a ` ] ( https://github.com/fligneul/aps2mqtt/commit/f513a8a15237de90be0a0f828e9406dce4b92ed2 ) )
20+
21+ ### Fix
22+
23+ * fix: improve config boolean parsing (#14 ) ([ ` 65aaee5 ` ] ( https://github.com/fligneul/aps2mqtt/commit/65aaee56a3a66ce591a9c5b25326f1bdbdc7c137 ) )
24+
25+
526## v1.1.2 (2023-11-22)
627
728### Ci
1435
1536* perf: replace numpy for lighter image (#9 ) ([ ` ea12ed8 ` ] ( https://github.com/fligneul/aps2mqtt/commit/ea12ed8f3d381e72b6651a4282c9132c2df20187 ) )
1637
38+ ### Unknown
39+
40+ * [ release] 1.1.2
41+
42+ Automatically generated by python-semantic-release ([ ` 21a539b ` ] ( https://github.com/fligneul/aps2mqtt/commit/21a539b0d84f1574b77429b7c02ee552d547f78d ) )
43+
1744
1845## v1.1.1 (2023-11-19)
1946
Original file line number Diff line number Diff line change 11from setuptools import setup
22
3- __version__ = "1.1.2 "
3+ __version__ = "1.1.3 "
44
55if __name__ == "__main__" :
66 setup (version = __version__ )
You can’t perform that action at this time.
0 commit comments