Skip to content

Commit 506e5dc

Browse files
committed
Release v5.0.8
1 parent 957af03 commit 506e5dc

File tree

11 files changed

+21
-11
lines changed

11 files changed

+21
-11
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [v5.0.8](https://github.com/swift-nav/libsbp/tree/v5.0.8) (2024-03-29)
4+
5+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v5.0.7...v5.0.8)
6+
7+
**Merged pull requests:**
8+
9+
- Fix new clippy lints [\#1408](https://github.com/swift-nav/libsbp/pull/1408) ([pcrumley](https://github.com/pcrumley))
10+
- Add description for constellation identifier to bounds messages [\#1407](https://github.com/swift-nav/libsbp/pull/1407) ([IsakTjernberg](https://github.com/IsakTjernberg))
11+
- Add weeks behavior flag to MSG\_GNSS\_TIME\_OFFSET [\#1405](https://github.com/swift-nav/libsbp/pull/1405) ([jakalm](https://github.com/jakalm))
12+
313
## [v5.0.7](https://github.com/swift-nav/libsbp/tree/v5.0.7) (2024-03-18)
414

515
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v5.0.6...v5.0.7)

c/include/libsbp/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
/** Protocol minor version. */
2626
#define SBP_MINOR_VERSION 0
2727
/** Protocol patch version. */
28-
#define SBP_PATCH_VERSION 7
28+
#define SBP_PATCH_VERSION 8
2929

3030
/** Full SBP version string. */
31-
#define SBP_VERSION "5.0.8-alpha"
31+
#define SBP_VERSION "5.0.8"
3232

3333
/** Is this a staging branch? */
3434
#define SBP_STAGING 0

docs/sbp.pdf

-9.04 KB
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.8-alpha
2+
version: 5.0.8
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.8-alpha
1+
5.0.8

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.8-alpha
11+
# Kaitai Struct definition file for Swift Binary Protocol 5.0.8
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.8-alpha",
3+
"version": "5.0.8",
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.8-alpha
1+
5.0.8

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.8-alpha"
10+
version = "5.0.8"
1111
description = "Rust native implementation of SBP (Swift Binary Protocol) for communicating with devices made by Swift Navigation"
1212
authors = ["Swift Navigation <[email protected]>"]
1313
repository = "https://github.com/swift-nav/libsbp"

0 commit comments

Comments
 (0)