Bumped version to 0.8.1
This commit is contained in:
parent
5a981bbd81
commit
4d0a154632
|
|
@ -5,12 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
|
||||
# [Unreleased]
|
||||
## [Unreleased]
|
||||
|
||||
## [0.8.1] - 2020-12-09
|
||||
### Added
|
||||
- Internal BoM HTML: highlight cell when hover.
|
||||
- Internal BoM HTML: allow to jump to REF of row number using anchors.
|
||||
### Fixed
|
||||
- Internal BoM separator wasn't applied when using `use_alt`
|
||||
- Problems loading plug-ins when using `pip`.
|
||||
|
||||
## [0.8.0] - 2020-11-06
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
kibot (0.8.1-1) stable; urgency=medium
|
||||
|
||||
* Added: Small details to internal BoM HTML output.
|
||||
* Fixed: Internal BoM separator wasn't applied when using `use_alt`
|
||||
* Fixed: Problems loading plug-ins when using `pip`.
|
||||
|
||||
-- Salvador E. Tropea <salvador@inti.gob.ar> Wed, 09 Dec 2020 12:55:23 -0300
|
||||
|
||||
kibot (0.8.0-1) stable; urgency=medium
|
||||
|
||||
* Added: BoM references separator.
|
||||
|
|
|
|||
|
|
@ -50,10 +50,10 @@ __author__ = 'Salvador E. Tropea, John Beard'
|
|||
__copyright__ = 'Copyright 2018-2020, Salvador E. Tropea/INTI/John Beard'
|
||||
__credits__ = ['Salvador E. Tropea', 'John Beard']
|
||||
__license__ = 'GPL v3+'
|
||||
__email__ = 'set@ieee.org'
|
||||
__email__ = 'stropea@inti.gob.ar'
|
||||
__url__ = 'https://github.com/INTI-CMNB/KiBot/'
|
||||
__status__ = 'stable'
|
||||
__version__ = '0.8.0'
|
||||
__version__ = '0.8.1'
|
||||
|
||||
|
||||
import os
|
||||
|
|
|
|||
Loading…
Reference in New Issue