Skip to content

Commit d9875ec

Browse files
author
Matt Woodward
committed
update CHANGELOG.md, prep for next release #no_auto_pr
1 parent 124bd8f commit d9875ec

File tree

11 files changed

+33
-10
lines changed

11 files changed

+33
-10
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
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)

c/include/libsbp/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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

docs/sbp.pdf

897 Bytes
Binary file not shown.

haskell/sbp.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sbp
2-
version: 5.0.5
2+
version: 5.0.6-alpha
33
synopsis: SwiftNav's SBP Library
44
homepage: https://github.com/swift-nav/libsbp
55
license: MIT

javascript/sbp/RELEASE-VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.5
1+
5.0.6-alpha

kaitai/ksy/sbp.ksy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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/*",

python/sbp/RELEASE-VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.5
1+
5.0.6-alpha

rust/sbp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[package]
99
name = "sbp"
10-
version = "5.0.5"
10+
version = "5.0.6-alpha"
1111
description = "Rust native implementation of SBP (Swift Binary Protocol) for communicating with devices made by Swift Navigation"
1212
authors = ["Swift Navigation <dev@swiftnav.com>"]
1313
repository = "https://github.com/swift-nav/libsbp"

0 commit comments

Comments
 (0)