Skip to content

Releases: rnpgp/sexpp

Release v0.9.2

22 Mar 20:31
Compare
Choose a tag to compare

What's Changed

  • fix: revert sexp_output_stream_t::change_output_byte_size ABI by @maxirmx in #71

Full Changelog: v0.9.1...v0.9.2

Release v0.9.1

20 Mar 19:20
Compare
Choose a tag to compare

This version breaks ABI and shall be replaced with v0.9.2

What's Changed

  • fix: resolve MSys cli test failures by @maxirmx in #64
  • fix: update inttypes includes by @barracuda156 in #62
  • fix: resolve type mismatch in sexpp-input.cpp by @maxirmx in #65
  • fix: update error message formats for size_t parameters by @maxirmx in #66
  • doc: update specification reference, remove dead links by @maxirmx in #69
  • feat: implement release workflow by @maxirmx in #68

New Contributors

Full Changelog: v0.9.0...v0.9.1

v0.9.0

29 Sep 13:01
@ni4 ni4
Compare
Choose a tag to compare

What's Changed

  • Limit length of verbatim strings @ni4 in #60
  • Update CI with typos checks by @ni4 in #61

Full Changelog: v0.8.8...v0.9.0

v0.8.8

24 Jun 22:13
Compare
Choose a tag to compare

What's Changed

  • Add header to fix compilation with gcc 13 by @eitlane in #50
  • Implemented char_traits for SEXP octet_t by @maxirmx in #54
  • Created abi test workflow by @maxirmx in #57

New Contributors

Full Changelog: v0.8.7...v0.8.8

v0.8.7

28 Jun 06:54
Compare
Choose a tag to compare

What's Changed

  • chore: clean README by @ronaldtse in #46
  • Update readme by @ronaldtse in #47
  • Renamed the project and project artifacts to sexpp; added a filter for symbol visibility by @maxirmx in #48

New Contributors

Full Changelog: v0.8.6...v0.8.7

Version 0.8.6

22 Jun 19:47
Compare
Choose a tag to compare

What's Changed

  • Explicitly indicate library versioning (SOVERSION)
  • Add a manpage for the sexp CLI

New Contributors

Full Changelog: v0.8.5...v0.8.6

Version 0.8.5

20 Jun 17:57
Compare
Choose a tag to compare

What's Changed

  • Added an option to build shared library
  • Changed licenses in file headers to MIT (this is the right license)
  • Limit allowed nesting layers in print_xxx

Full Changelog: v0.8.4...v0.8.5

Version 0.8.4

03 May 09:12
Compare
Choose a tag to compare

What's Changed

  • include/sexp/sexp-error.h: fix missing cstdint
  • Debian lts version bump to 10

Version 0.8.3

19 Apr 12:06
Compare
Choose a tag to compare

What's Changed

  • Fixed compiler and linker warnings on MacOS

Version 0.7.0

19 Mar 16:09
Compare
Choose a tag to compare

Completed integration into RNP project