Skip to content

Commit

Permalink
Bumped version to 0.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Aug 25, 2020
1 parent 3023035 commit 58fd473
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]

## [0.6.2] - 2020-08-25
### Changed
- Discarded spaces at the beggining and end of user fields when creating the
internal BoM. They are ususally mistakes that prevents grouping components.
Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
kibot (0.6.2-1) stable; urgency=medium

* Spaces at the beggining and end of user fields when creating the
internal BoM are now discarded.
* Fix: the variants logic for BoMs when a component resquested to be only
added to more than one variant.
* Removed warnings about malformed values for DNF components indicating it
in its value.
* Fix problems with PcbDraw when generating PNG and JPG outputs.

-- Salvador E. Tropea <salvador@inti.gob.ar> Tue, 25 Aug 2020 13:29:14 -0300

kibot (0.6.1-1) stable; urgency=medium

* Added more robust behavior on GUI dependent commands.
Expand Down
2 changes: 1 addition & 1 deletion kibot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
__email__ = 'set@ieee.org'
__url__ = 'https://github.com/INTI-CMNB/KiBot/'
__status__ = 'stable'
__version__ = '0.6.1'
__version__ = '0.6.2'


import os
Expand Down

0 comments on commit 58fd473

Please sign in to comment.