Skip to content

Commit

Permalink
0.0.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Aug 5, 2024
1 parent 4067918 commit b1a5525
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 1 deletion.
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# CHANGELOG



## v0.0.0 (2024-08-05)

### Unknown

* Add poetry (#6) ([`44ec79a`](https://github.com/uilibs/mficlient/commit/44ec79a71354030bdbd8d8ea3ed751d1bf595b60))

* Merge pull request #5 from uilibs/precommit

Add precommit ([`4dfe657`](https://github.com/uilibs/mficlient/commit/4dfe65770d86b6910acb259530fb1067be029ad5))

* Add precommit ([`09deda3`](https://github.com/uilibs/mficlient/commit/09deda392d0bbc2047294de615dbaa355a7ca39a))

* Fix the URL example in the README ([`8fff9f8`](https://github.com/uilibs/mficlient/commit/8fff9f8cfcb8b303f711f8c8fc397753d39c96b5))

* Fix a little RST in the README ([`b4d662e`](https://github.com/uilibs/mficlient/commit/b4d662e7b5bd7afc99871b6a924a503d0feddfed))

* Properly handle https urls, and add option to disable verification

Call this 0.3.0 ([`d5211fc`](https://github.com/uilibs/mficlient/commit/d5211fcea2e94e386c1382e2be176bb24edabe5d))

* Add API example to the README ([`36557da`](https://github.com/uilibs/mficlient/commit/36557daadaac189f5f63382bc073c7770a733a1c))

* Make requests to the controller re-login if they fail ([`00030ed`](https://github.com/uilibs/mficlient/commit/00030edd5f96f5705743939026480b136fc270c8))

* Add requests to travis ([`59adfb5`](https://github.com/uilibs/mficlient/commit/59adfb52f49b654f7f082de2b71a395c17990b00))

* Fix tox to include requests ([`68c5838`](https://github.com/uilibs/mficlient/commit/68c5838bced4174177be0058b0e6337fd18de521))

* Add travis-ci images ([`b33079e`](https://github.com/uilibs/mficlient/commit/b33079e23a8574ade03819f6e5e0a075db0a6b09))

* Test output voltage calculation ([`009f2d4`](https://github.com/uilibs/mficlient/commit/009f2d4f54c50352cc134ab00dc844011928865a))

* Add travis-ci config ([`96d5b58`](https://github.com/uilibs/mficlient/commit/96d5b581f277a370d53dabad92ce283470ba4547))

* Add more tests of the raw requests and a fake test fixture ([`ef4a9b2`](https://github.com/uilibs/mficlient/commit/ef4a9b2037c94e9d79e9b5d8cb233b13f1e68110))

* Add raw JSON output from the raw_ commands ([`0664a93`](https://github.com/uilibs/mficlient/commit/0664a93a4ff1c2ad23e21c937285d0460527272c))

* Fix disabling requests urllib3 warnings ([`2f50561`](https://github.com/uilibs/mficlient/commit/2f505612590e6c538dc20697be7666cd95d2f0d0))

* Fix get_data command and allow dumping a single raw sensor value ([`a8ec63b`](https://github.com/uilibs/mficlient/commit/a8ec63bb5ad7f66b138620617f90588484005c3f))

* Fix voltage outputs for 5v and 24v. ([`b62c6fa`](https://github.com/uilibs/mficlient/commit/b62c6fa1dcaee52f60af397dce299104e30cb68c))

* Fix refreshing actual sensor data on ports ([`ac7bb67`](https://github.com/uilibs/mficlient/commit/ac7bb679f66742bd540019424f14fc084d808c00))

* Call this 0.2 ([`d0caa34`](https://github.com/uilibs/mficlient/commit/d0caa34e3aa44586459a6b4825170d652cf2e72b))

* Some better device/port modeling. Still a long way to go. ([`1dd4f73`](https://github.com/uilibs/mficlient/commit/1dd4f73ff77072a2ef28d33702681570e96aef3a))

* Initial checkin ([`74d45fc`](https://github.com/uilibs/mficlient/commit/74d45fc7ac81f31a010320ebd638c20f4f331dec))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mficlient"
version = "0.3.0"
version = "0.0.0"
description = "A remote control client for Ubiquiti's UVC NVR"
authors = ["Dan Smith <[email protected]>"]
readme = "README.rst"
Expand Down

0 comments on commit b1a5525

Please sign in to comment.