File tree Expand file tree Collapse file tree 11 files changed +33
-10
lines changed
Expand file tree Collapse file tree 11 files changed +33
-10
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v5.0.5] ( https://github.com/swift-nav/libsbp/tree/v5.0.5 ) (2024-01-03)
4+
5+ [ Full Changelog] ( https://github.com/swift-nav/libsbp/compare/v5.0.4...v5.0.5 )
6+
7+ ** Closed issues:**
8+
9+ - ` MsgUtcTime ` implementation of ` gps\_time ` is not checking status flags [ \# 1385] ( https://github.com/swift-nav/libsbp/issues/1385 )
10+
11+ ** Merged pull requests:**
12+
13+ - Change default codeowner of /c from platform to algint [ \# 1398] ( https://github.com/swift-nav/libsbp/pull/1398 ) ([ woodfell] ( https://github.com/woodfell ) )
14+ - Don't use deprecated functions in sbp impl [ \# 1397] ( https://github.com/swift-nav/libsbp/pull/1397 ) ([ woodfell] ( https://github.com/woodfell ) )
15+ - Clarify timestamping descriptions [ \# 1395] ( https://github.com/swift-nav/libsbp/pull/1395 ) ([ reimerix] ( https://github.com/reimerix ) )
16+ - Parallel build all C tests from top level makefile [ \# 1394] ( https://github.com/swift-nav/libsbp/pull/1394 ) ([ woodfell] ( https://github.com/woodfell ) )
17+ - Use docker in GA [ \# 1393] ( https://github.com/swift-nav/libsbp/pull/1393 ) ([ woodfell] ( https://github.com/woodfell ) )
18+ - Bump node.js version to 18.17.0 [ \# 1392] ( https://github.com/swift-nav/libsbp/pull/1392 ) ([ woodfell] ( https://github.com/woodfell ) )
19+ - update web structs [ \# 1391] ( https://github.com/swift-nav/libsbp/pull/1391 ) ([ pcrumley] ( https://github.com/pcrumley ) )
20+ - update how to for new rust instruction [ \# 1390] ( https://github.com/swift-nav/libsbp/pull/1390 ) ([ pcrumley] ( https://github.com/pcrumley ) )
21+ - remove -i option from sed [ \# 1389] ( https://github.com/swift-nav/libsbp/pull/1389 ) ([ pcrumley] ( https://github.com/pcrumley ) )
22+ - Add missing bindings to check generated artefacts CI stage [ \# 1387] ( https://github.com/swift-nav/libsbp/pull/1387 ) ([ woodfell] ( https://github.com/woodfell ) )
23+ - reduce number of python tests to 2 [ \# 1386] ( https://github.com/swift-nav/libsbp/pull/1386 ) ([ pcrumley] ( https://github.com/pcrumley ) )
24+ - Deprecate legacy API [ \# 1373] ( https://github.com/swift-nav/libsbp/pull/1373 ) ([ woodfell] ( https://github.com/woodfell ) )
25+
326## [ v5.0.4] ( https://github.com/swift-nav/libsbp/tree/v5.0.4 ) (2023-12-07)
427
528[ Full Changelog] ( https://github.com/swift-nav/libsbp/compare/v5.0.3...v5.0.4 )
Original file line number Diff line number Diff line change 2828#define SBP_PATCH_VERSION 5
2929
3030/** Full SBP version string. */
31- #define SBP_VERSION "5.0.5 "
31+ #define SBP_VERSION "5.0.6-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 : 5.0.5
2+ version : 5.0.6 -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- 5.0.5
1+ 5.0.6-alpha
Original file line number Diff line number Diff line change 88# EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
99# WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
1010#
11- # Kaitai Struct definition file for Swift Binary Protocol 5.0.5
11+ # Kaitai Struct definition file for Swift Binary Protocol 5.0.6-alpha
1212#
1313# Automatically generated with generate.py. Do not hand edit!
1414
Original file line number Diff line number Diff line change 11{
22 "name" : " sbp" ,
3- "version" : " 5.0.5 " ,
3+ "version" : " 5.0.6-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- 5.0.5
1+ 5.0.6-alpha
Original file line number Diff line number Diff line change 77
88[package ]
99name = " sbp"
10- version = " 5.0.5 "
10+ version = " 5.0.6-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"
You can’t perform that action at this time.
0 commit comments