Skip to content

Commit 284a354

Browse files
authored
Merge pull request #8 from LibrePCB-Libraries/upgrade-file-format
Upgrade to file format v1
2 parents e98ad37 + 7c01729 commit 284a354

File tree

16 files changed

+373
-163
lines changed

16 files changed

+373
-163
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: CI
22
on: [push, pull_request]
33
jobs:
44
check:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-22.04
66
container:
7-
image: librepcb/librepcb-cli:0.1.5
7+
image: librepcb/librepcb-cli:1.0.0-rc1
88
options: --entrypoint /bin/bash
99
steps:
1010
- uses: actions/checkout@v1
11-
- run: librepcb-cli open-library --all --strict .
11+
- run: librepcb-cli open-library --all --strict --minify-step .

.librepcb-lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1
1+
1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1
1+
1

dev/072327d8-89b0-46d6-a72f-d374fe3a9509/device.lp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
(version "0.2")
77
(created 2019-10-23T19:30:19Z)
88
(deprecated false)
9+
(generated_by "")
910
(category b76b4ce6-4d44-4510-8e9d-688d44c697e5)
1011
(component 1ee29522-c9ae-4119-98f5-4e4df386ec75)
1112
(package 356cef37-4471-4e78-b232-171ef6e25c6f)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1
1+
1

dev/a81d55a8-9acc-4272-b853-b4d78fae5b49/device.lp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
(version "0.1")
77
(created 2019-07-29T21:18:38Z)
88
(deprecated false)
9+
(generated_by "")
910
(category b76b4ce6-4d44-4510-8e9d-688d44c697e5)
1011
(component b0cfc007-9834-43b4-bc7e-b348dd299326)
1112
(package dd9a3433-a992-41f4-b8d1-086095a9b54e)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1
1+
1

dev/c7cdf995-cae3-4f18-8eeb-9c4e24079128/device.lp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
(version "0.1")
77
(created 2019-06-30T13:29:50Z)
88
(deprecated false)
9+
(generated_by "")
910
(category b76b4ce6-4d44-4510-8e9d-688d44c697e5)
1011
(component 1ee29522-c9ae-4119-98f5-4e4df386ec75)
1112
(package 018bc30d-e733-4d6f-9228-361ace5a079a)

library.lp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
(deprecated false)
99
(url "https://github.com/LibrePCB-Libraries/Keystone.lplib")
1010
(dependency a9ddf0c6-9b1c-4730-b300-01b4f192ad40)
11+
(manufacturer "")
1112
)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1
1+
1

0 commit comments

Comments
 (0)