0.6.9:
- use csp-lmc-common 0.6.9
- fix bug in receptor class

0.6.8:
- use csp-lmc-common version 0.6.8.
- removed import of CspSubarrayStateModel

0.6.7:
- use csp-lmc-common version 0.6.7

0.6.6:
- use csp-lmc-common version 0.6.6
- remove polling on VCC state attribute in MID.CBF DB configuration
  otherwise the VCC State read during configuration sometimes does not
  reflect the real VCC state.
- Tests for restart

0.6.5:
- use csp-lmc-common version 0.6.5
- added test for Abort.

0.6.4:
- use csp-lmc-common version 0.6.4
- Receptor class uses the assignedReceptors attribute (exported by the MidCspSubarray) 
  to get the number of assigned receptors. No more use of receptorMembership: this value sometimes
  has some delays due to the use of events to build it

0.6.3
- use ska-python-buildenv and runtime 9.3.2
- use csp-lmc-common version 0.6.3
- fix a bug in receptors regarding the receptorId
- devlepoed unit tests with mock devices 

0.6.2
- use csp-lmc-common version 0.6.2

0.6.1
- use csp-lmc-common version 0.6.1

0.6.0
- start implementing lmcbaseclasses 0.6.0

0.5.9
- use csp-lmc-common version 0.5.11
- removed the cbfOutputLink forwarded attribute from the
TANGO DB configuration file

0.5.8

- use csp-lmc-common package 0.5.9
- implemented the ADR-4 and ADR-10 decisions:
  - the json file contains the unique configuration ID
    and the list of the outputlinks, channelAverageMap and
    received addresses for CBF
  - the Scan command specifies as argument the scan Id

0.5.7

- use csp-lmc-common package 0.5.8
- updated decorator arguments for Configure method.
- decreased polling period (from 1 to 0.1 sec) during
  command execution monitoring. 

0.5.6
- update to csp-lmc-common 0.5.7
- removed the problem with forwarded attributes of array of strings.
  When the root attribute of a forwarded attribute is an array of 
  strings the devices crashes.

0.5.5
- update to csp-lmc-common 0.5.6

0.5.4
- update to csp-lmc-common 0.5.5

0.5.3
- Use lmcbaseclasses = 0.5.0
- Moved ConfigureScan command to Configure.
- Moved EndSB() method to GoToIdle().
- Install in editable mode the csp-lmc-common package to install also
  lmcbaseclasses package and its dependencies.
- Modified .gitlab-ci.yml file to execute linting and generate metrics.
- Still not resolved the issue to combine coverage outputs of 
  the different repository projects (csp-lmc-common and csp-lmc-mid).
- Moved logger.warn (deprecated) to logger.warning

0.4.0
- Use lmcbaseclasses = 0.4.1
- ska-python-buildenv 9.3.1
- ska-python-runtime 9.3.1
- Use csp-lmc-common = 0.4.0

0.3.0
- Use lmcbaseclasses version >=0.2.0
- Use csp-lmc-common >= 0.3.0


