Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/debuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
needs: debuild
strategy:
matrix:
architecture: [armhf, arm64, amd64]
architecture: [armel, armhf, arm64, amd64]
distribution: [trixie, bookworm, bullseye]
runs-on: ubuntu-latest
environment: main
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libsml (1.1.1) unstable; urgency=medium

* Added armel as release architecture

-- Joachim Zobel <jz-2017@heute-morgen.de> Tue, 31 Oct 2023 12:01:50 +0100

libsml (1.1.0) unstable; urgency=medium

* renamed hexdump to sml_hexdump
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"srcDir": "sml/src",
"flags": "-DSML_NO_UUID_LIB"
},
"version": "1.1.0",
"version": "1.1.1",
"frameworks": "arduino",
"platforms": "*"
}
2 changes: 1 addition & 1 deletion sml.pc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ includedir=${prefix}/include

Name: libSML
Description: Library for the Smart Messaging Language (SML)
Version: 1.1.0
Version: 1.1.1
URL: http://github.com/volkszaehler/libsml
Requires: uuid >= 2.16
Libs: -L${libdir} -lsml
Expand Down