Bumped version to 0.6.2.
This commit is contained in:
parent
3023035b75
commit
58fd473a41
|
|
@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.6.2] - 2020-08-25
|
||||||
### Changed
|
### Changed
|
||||||
- Discarded spaces at the beggining and end of user fields when creating the
|
- Discarded spaces at the beggining and end of user fields when creating the
|
||||||
internal BoM. They are ususally mistakes that prevents grouping components.
|
internal BoM. They are ususally mistakes that prevents grouping components.
|
||||||
|
|
|
||||||
|
|
@ -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
|
kibot (0.6.1-1) stable; urgency=medium
|
||||||
|
|
||||||
* Added more robust behavior on GUI dependent commands.
|
* Added more robust behavior on GUI dependent commands.
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ __license__ = 'GPL v3+'
|
||||||
__email__ = 'set@ieee.org'
|
__email__ = 'set@ieee.org'
|
||||||
__url__ = 'https://github.com/INTI-CMNB/KiBot/'
|
__url__ = 'https://github.com/INTI-CMNB/KiBot/'
|
||||||
__status__ = 'stable'
|
__status__ = 'stable'
|
||||||
__version__ = '0.6.1'
|
__version__ = '0.6.2'
|
||||||
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue