Skip to content

Commit

Permalink
Bumped version to 0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Jan 4, 2021
1 parent edd4a72 commit d334599
Show file tree
Hide file tree
Showing 3 changed files with 20 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.9.0] - 2021-01-04
### Added
- iBoM output: file name patterns are allowed for the `netlist_file` option.
- File name patterns: %F is the name of the source file without extension, but
Expand Down
17 changes: 17 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
kibot (0.9.0-1) stable; urgency=medium

* Added: file name patterns are allowed for the `netlist_file` option.
* Added: %F is the name of the source file without extension, but
with the path.
* Added support to field overwrite according to variant.
* Added support to generate negative X positions for the bottom layer.
* Added a filter to rotate footprints in the position file (#28).
* Added: The step output now can download missing 3D models.
* Now position files are naturally sorted (R10 after R9, not after R1)
* Position files in CSV format quotes only the columns that could contain an
space. Just like KiCad does.
* Fixed: Now we support missing field names in schematic library entries.
* Fixed: Generic filter `include_only` option worked only when debug enabled.

-- Salvador E. Tropea <[email protected]> Mon, 04 Jan 2021 15:27:48 -0300

kibot (0.8.1-1) stable; urgency=medium

* Added: Small details to internal BoM HTML output.
Expand Down
2 changes: 1 addition & 1 deletion kibot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
__email__ = '[email protected]'
__url__ = 'https://github.com/INTI-CMNB/KiBot/'
__status__ = 'stable'
__version__ = '0.8.1'
__version__ = '0.9.0'


import os
Expand Down

0 comments on commit d334599

Please sign in to comment.