Skip to content

Commit

Permalink
Bumped version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Dec 9, 2020
1 parent 5a981bb commit 4d0a154
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Wed, 09 Dec 2020 12:55:23 -0300

kibot (0.8.0-1) stable; urgency=medium

* Added: BoM references separator.
Expand Down
4 changes: 2 additions & 2 deletions kibot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
__copyright__ = 'Copyright 2018-2020, Salvador E. Tropea/INTI/John Beard'
__credits__ = ['Salvador E. Tropea', 'John Beard']
__license__ = 'GPL v3+'
__email__ = '[email protected]'
__email__ = '[email protected]'
__url__ = 'https://github.com/INTI-CMNB/KiBot/'
__status__ = 'stable'
__version__ = '0.8.0'
__version__ = '0.8.1'


import os
Expand Down

0 comments on commit 4d0a154

Please sign in to comment.