Skip to content

Commit d97fd84

Browse files
author
devbisme
committed
- Bumped the version number to 2.1.0.
- Updated the HISTORY.md file for the new version.
1 parent d9debb9 commit d97fd84

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# History
22

3+
## 2.1.0 (2025-05-26)
4+
5+
- Symbol lpin lengths are now sized to fit the longest pin number.
6+
- Symbol properties are now placed so they don't overlap any symbol unit if the units have differing sizes.
7+
- Prepending asterisks to a pin number will insert blank pin spaces in the symbol.
8+
- Multiple asterisks can be used to insert multiple blank pin spaces.
9+
- Bundled pins now have the number of pins in the bundle appended to the pin name within brackets.
10+
311
## 2.0.0 (2025-05-25)
412

513
- Complete rewrite to support modern KiCad symbol libraries based on

kipart/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = ["__version__", "version"]
44

5-
__version__ = version = '2.0.0'
5+
__version__ = version = '2.1.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "kipart"
7-
version = "2.0.0"
7+
version = "2.1.0"
88
description = "Utilities for converting rows of CSV pin data into KiCad symbols and back."
99
authors = [
1010
{name = "Dave Vandenbout", email = "[email protected]"}

0 commit comments

Comments
 (0)