File tree Expand file tree Collapse file tree 10 files changed +29
-9
lines changed Expand file tree Collapse file tree 10 files changed +29
-9
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v4.13.0] ( https://github.com/swift-nav/libsbp/tree/v4.13.0 ) (2023-03-28)
4+
5+ [ Full Changelog] ( https://github.com/swift-nav/libsbp/compare/v4.12.0...v4.13.0 )
6+
7+ ** Merged pull requests:**
8+
9+ - Auto submodule update: cmake - Turn SonarCloud duplicate detection off for unit tests \(\# 150\) [ \# 1310] ( https://github.com/swift-nav/libsbp/pull/1310 ) ([ swiftnav-svc-jenkins] ( https://github.com/swiftnav-svc-jenkins ) )
10+ - Update bazel to be able to build [ \# 1309] ( https://github.com/swift-nav/libsbp/pull/1309 ) ([ RReichert] ( https://github.com/RReichert ) )
11+ - Upgrade google test to 1.11 [ \# 1308] ( https://github.com/swift-nav/libsbp/pull/1308 ) ([ RReichert] ( https://github.com/RReichert ) )
12+ - fix signature in MsgCertificateChain \[ GV2-193\] [ \# 1307] ( https://github.com/swift-nav/libsbp/pull/1307 ) ([ notoriaga] ( https://github.com/notoriaga ) )
13+ - variable length ecdsa signature \[ GV2-193\] [ \# 1306] ( https://github.com/swift-nav/libsbp/pull/1306 ) ([ notoriaga] ( https://github.com/notoriaga ) )
14+ - bazel: use c only macros \[ BUILD-560\] [ \# 1305] ( https://github.com/swift-nav/libsbp/pull/1305 ) ([ isaactorz] ( https://github.com/isaactorz ) )
15+ - Add identifier for TDK IAM-20680HP IMU \[ ESD-2563\] [ \# 1304] ( https://github.com/swift-nav/libsbp/pull/1304 ) ([ woodfell] ( https://github.com/woodfell ) )
16+ - update MSG\_ ACKNOWLEDGE on demand fields [ \# 1303] ( https://github.com/swift-nav/libsbp/pull/1303 ) ([ notoriaga] ( https://github.com/notoriaga ) )
17+ - signing: add new ECDSA based signature messages [ \# 1302] ( https://github.com/swift-nav/libsbp/pull/1302 ) ([ silverjam] ( https://github.com/silverjam ) )
18+ - Auto submodule update: cmake - Remove pvt-runner-lib from search libraries in starling target \(\# 148\) [ \# 1301] ( https://github.com/swift-nav/libsbp/pull/1301 ) ([ swiftnav-svc-jenkins] ( https://github.com/swiftnav-svc-jenkins ) )
19+ - bazel add gen\_ compile\_ commands target \[ BUILD-547\] [ \# 1300] ( https://github.com/swift-nav/libsbp/pull/1300 ) ([ wwieclaw] ( https://github.com/wwieclaw ) )
20+ - enforce setup CI gradle v7.1.1 [ \# 1298] ( https://github.com/swift-nav/libsbp/pull/1298 ) ([ adrian-kong] ( https://github.com/adrian-kong ) )
21+ - prep next release \# no\_ auto\_ pr [ \# 1297] ( https://github.com/swift-nav/libsbp/pull/1297 ) ([ adrian-kong] ( https://github.com/adrian-kong ) )
22+
323## [ v4.12.0] ( https://github.com/swift-nav/libsbp/tree/v4.12.0 ) (2023-02-27)
424
525[ Full Changelog] ( https://github.com/swift-nav/libsbp/compare/v4.11.0...v4.12.0 )
Original file line number Diff line number Diff line change 2828#define SBP_PATCH_VERSION 0
2929
3030/** Full SBP version string. */
31- #define SBP_VERSION "4.13.0 "
31+ #define SBP_VERSION "4.13.1-alpha "
3232
3333/** Is this a staging branch? */
3434#define SBP_STAGING 0
Original file line number Diff line number Diff line change 11name : sbp
2- version : 4.13.0
2+ version : 4.13.1 -alpha
33synopsis : SwiftNav's SBP Library
44homepage : https://github.com/swift-nav/libsbp
55license : MIT
Original file line number Diff line number Diff line change 1- 4.13.0
1+ 4.13.1-alpha
Original file line number Diff line number Diff line change 11{
22 "name" : " sbp" ,
3- "version" : " 4.13.0 " ,
3+ "version" : " 4.13.1-alpha " ,
44 "description" : " libsbp bindings for JavaScript. More information here: http://swift-nav.github.io/libsbp/" ,
55 "files" : [
66 " javascript/*" ,
Original file line number Diff line number Diff line change 1- 4.13.0
1+ 4.13.1-alpha
Original file line number Diff line number Diff line change 77
88[package ]
99name = " sbp"
10- version = " 4.13.0 "
10+ version = " 4.13.1-alpha "
1111description = " Rust native implementation of SBP (Swift Binary Protocol) for communicating with devices made by Swift Navigation"
1212authors = [" Swift Navigation <dev@swiftnav.com>" ]
1313repository = " https://github.com/swift-nav/libsbp"
Original file line number Diff line number Diff line change 77
88[package ]
99name = " sbp2json"
10- version = " 4.13.0-unreleased "
10+ version = " 4.13.1-alpha "
1111description = " Rust native implementation of SBP (Swift Binary Protocol) to JSON conversion tools"
1212authors = [" Swift Navigation <dev@swiftnav.com>" ]
1313edition = " 2018"
You can’t perform that action at this time.
0 commit comments