Bumped version to 0.8.1

This commit is contained in:
Salvador E. Tropea 2020-12-09 12:58:01 -03:00
parent 5a981bbd81
commit 4d0a154632
3 changed files with 14 additions and 3 deletions

View File

@ -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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# [Unreleased] ## [Unreleased]
## [0.8.1] - 2020-12-09
### Added ### Added
- Internal BoM HTML: highlight cell when hover. - Internal BoM HTML: highlight cell when hover.
- Internal BoM HTML: allow to jump to REF of row number using anchors. - Internal BoM HTML: allow to jump to REF of row number using anchors.
### Fixed ### Fixed
- Internal BoM separator wasn't applied when using `use_alt` - Internal BoM separator wasn't applied when using `use_alt`
- Problems loading plug-ins when using `pip`.
## [0.8.0] - 2020-11-06 ## [0.8.0] - 2020-11-06
### Added ### Added

8
debian/changelog vendored
View File

@ -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 kibot (0.8.0-1) stable; urgency=medium
* Added: BoM references separator. * Added: BoM references separator.

View File

@ -50,10 +50,10 @@ __author__ = 'Salvador E. Tropea, John Beard'
__copyright__ = 'Copyright 2018-2020, Salvador E. Tropea/INTI/John Beard' __copyright__ = 'Copyright 2018-2020, Salvador E. Tropea/INTI/John Beard'
__credits__ = ['Salvador E. Tropea', 'John Beard'] __credits__ = ['Salvador E. Tropea', 'John Beard']
__license__ = 'GPL v3+' __license__ = 'GPL v3+'
__email__ = 'set@ieee.org' __email__ = 'stropea@inti.gob.ar'
__url__ = 'https://github.com/INTI-CMNB/KiBot/' __url__ = 'https://github.com/INTI-CMNB/KiBot/'
__status__ = 'stable' __status__ = 'stable'
__version__ = '0.8.0' __version__ = '0.8.1'
import os import os