Bumped version to 0.2.4.
This commit is contained in:
parent
26b4f5c385
commit
84831cbdfc
|
|
@ -6,10 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Fixed
|
|
||||||
- Problems for kibom and print_sch outputs when the PCB name included a path
|
|
||||||
|
|
||||||
|
|
||||||
|
## [0.2.4] - 2020-05-19
|
||||||
|
### Changed
|
||||||
|
- Now kicad-automation-scripts 1.3.1 or newer is needed.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Problems for kibom and print_sch outputs when the PCB name included a path.
|
||||||
|
|
||||||
## [0.2.3] - 2020-04-23
|
## [0.2.3] - 2020-04-23
|
||||||
### Added
|
### Added
|
||||||
- List available targets
|
- List available targets
|
||||||
|
|
|
||||||
|
|
@ -1,21 +1,29 @@
|
||||||
|
kiplot.inti-cmnb (0.2.4-1) stable; urgency=medium
|
||||||
|
|
||||||
|
* Changed: Now kicad-automation-scripts 1.3.1 or newer is needed.
|
||||||
|
* Fixed: Problems for kibom and print_sch outputs when the PCB name included a
|
||||||
|
path.
|
||||||
|
|
||||||
|
-- Salvador E. Tropea <salvador@inti.gob.ar> Tue, 19 May 2020 12:11:41 -0300
|
||||||
|
|
||||||
kiplot.inti-cmnb (0.2.3-1) stable; urgency=medium
|
kiplot.inti-cmnb (0.2.3-1) stable; urgency=medium
|
||||||
|
|
||||||
* Added command line option to list available targets
|
* Added command line option to list available targets
|
||||||
|
|
||||||
-- Salvador E. Tropea <salvador@kaira.inti.gov.ar> Thu, 23 Apr 2020 14:39:56 -0300
|
-- Salvador E. Tropea <salvador@inti.gob.ar> Thu, 23 Apr 2020 14:39:56 -0300
|
||||||
|
|
||||||
kiplot.inti-cmnb (0.2.2-1) stable; urgency=medium
|
kiplot.inti-cmnb (0.2.2-1) stable; urgency=medium
|
||||||
|
|
||||||
* Removed KiBoM temporal files
|
* Removed KiBoM temporal files
|
||||||
* Fixed pre-flight tasks that didn't honor --out-dir
|
* Fixed pre-flight tasks that didn't honor --out-dir
|
||||||
|
|
||||||
-- Salvador E. Tropea <salvador@kaira.inti.gov.ar> Mon, 20 Apr 2020 18:35:00 -0300
|
-- Salvador E. Tropea <salvador@inti.gob.ar> Mon, 20 Apr 2020 18:35:00 -0300
|
||||||
|
|
||||||
kiplot.inti-cmnb (0.2.1-1) stable; urgency=medium
|
kiplot.inti-cmnb (0.2.1-1) stable; urgency=medium
|
||||||
|
|
||||||
* Fixed problem when excellon drill target didn't exist
|
* Fixed problem when excellon drill target didn't exist
|
||||||
|
|
||||||
-- Salvador E. Tropea <salvador@kaira.inti.gov.ar> Sat, 18 Apr 2020 15:58:59 -0300
|
-- Salvador E. Tropea <salvador@inti.gob.ar> Sat, 18 Apr 2020 15:58:59 -0300
|
||||||
|
|
||||||
kiplot.inti-cmnb (0.2.0-1) stable; urgency=medium
|
kiplot.inti-cmnb (0.2.0-1) stable; urgency=medium
|
||||||
|
|
||||||
|
|
@ -23,7 +31,7 @@ kiplot.inti-cmnb (0.2.0-1) stable; urgency=medium
|
||||||
* Added DRC, ERC and update XML BoM
|
* Added DRC, ERC and update XML BoM
|
||||||
* Added Print as PDF (PCB/SCH)
|
* Added Print as PDF (PCB/SCH)
|
||||||
|
|
||||||
-- Salvador E. Tropea <salvador@kaira.inti.gov.ar> Sat, 28 Mar 2020 16:39:57 -0300
|
-- Salvador E. Tropea <salvador@inti.gob.ar> Sat, 28 Mar 2020 16:39:57 -0300
|
||||||
|
|
||||||
kiplot.inti-cmnb (0.1.1-1) stable; urgency=medium
|
kiplot.inti-cmnb (0.1.1-1) stable; urgency=medium
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
VERSION = (0, 2, 3)
|
VERSION = (0, 2, 4)
|
||||||
|
|
||||||
__version__ = '.'.join(map(str, VERSION))
|
__version__ = '.'.join(map(str, VERSION))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue