Skip to content

Commit

Permalink
CHANGELOG and version bump for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Feb 19, 2022
1 parent 4be75fb commit 1819a96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

1.0.0 (2022-01-29)
1.0.0 (2022-02-19)
------------------

* Merge `PR 4 <https://github.com/jantman/python-wifi-survey-heatmap/pull/4>`_ and `PR 6 <https://github.com/jantman/python-wifi-survey-heatmap/pull/6>`_ containing a massive number of improvements by `DL6ER <https://github.com/DL6ER>`__
Expand Down Expand Up @@ -44,6 +44,9 @@ Changelog
* Update examples in README
* Fix `Issue 18 <https://github.com/jantman/python-wifi-survey-heatmap/issues/18>`_ - AttributeError in ``wifi-heatmap`` entrypoint - 'HeatMapGenerator' object has no attribute '_image_path'.
* Switch from using DL6ER's libnl fork to `libnl3 <https://pypi.org/project/libnl3/>`__
* Fix `Issue 19 <https://github.com/jantman/python-wifi-survey-heatmap/issues/19>`_ - BSSID option was intermittently not working. This has been fixed.
* Add command-line option to toggle libnl debug-level logging on or off (off by default).
* Fix for non-integer screen positions when scaling.

0.2.1 (2020-08-11)
------------------
Expand Down
2 changes: 1 addition & 1 deletion wifi_survey_heatmap/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
##################################################################################
"""

VERSION = '0.2.1'
VERSION = '1.0.0'
PROJECT_URL = 'https://github.com/jantman/wifi-survey-heatmap'

0 comments on commit 1819a96

Please sign in to comment.