Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
narc-Ontakac2 committed Aug 2, 2023
1 parent b9aec62 commit 85bb28a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
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.0) unstable; urgency=medium

* renamed hexdump to sml_hexdump

-- Joachim Zobel <jz-autosign@heute-morgen.de> Wed, 02 Aug 2023 18:43:49 +0200

libsml (1.0.2) unstable; urgency=medium

* Actually releases the fix that (Closes: #946525), see below.
Expand Down
2 changes: 1 addition & 1 deletion debian/libsml1.symbols
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ libsml.so.1 libsml1 #MINVER#
ctoi@Base 0.1.1
end_seq@Base 0.1.1
esc_seq@Base 0.1.1
hexdump@Base 0.1.1
sml_attention_response_free@Base 0.1.1
sml_attention_response_init@Base 0.1.1
sml_attention_response_parse@Base 0.1.1
Expand Down Expand Up @@ -69,6 +68,7 @@ libsml.so.1 libsml1 #MINVER#
sml_get_profile_pack_response_init@Base 0.1.1
sml_get_profile_pack_response_parse@Base 0.1.1
sml_get_profile_pack_response_write@Base 0.1.1
sml_hexdump@Base 1.1.0
sml_list_add@Base 0.1.1
sml_list_entry_free@Base 0.1.1
sml_list_entry_parse@Base 0.1.1
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.0.2",
"version": "1.1.0",
"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.0.2
Version: 1.1.0
URL: http://github.com/volkszaehler/libsml
Requires: uuid >= 2.16
Libs: -L${libdir} -lsml
Expand Down

0 comments on commit 85bb28a

Please sign in to comment.