Skip to content

Commit

Permalink
Release v5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sokhealy committed Mar 29, 2024
1 parent 957af03 commit 506e5dc
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 11 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v5.0.8](https://github.com/swift-nav/libsbp/tree/v5.0.8) (2024-03-29)

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

**Merged pull requests:**

- Fix new clippy lints [\#1408](https://github.com/swift-nav/libsbp/pull/1408) ([pcrumley](https://github.com/pcrumley))
- Add description for constellation identifier to bounds messages [\#1407](https://github.com/swift-nav/libsbp/pull/1407) ([IsakTjernberg](https://github.com/IsakTjernberg))
- Add weeks behavior flag to MSG\_GNSS\_TIME\_OFFSET [\#1405](https://github.com/swift-nav/libsbp/pull/1405) ([jakalm](https://github.com/jakalm))

## [v5.0.7](https://github.com/swift-nav/libsbp/tree/v5.0.7) (2024-03-18)

[Full Changelog](https://github.com/swift-nav/libsbp/compare/v5.0.6...v5.0.7)
Expand Down
4 changes: 2 additions & 2 deletions c/include/libsbp/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
/** Protocol minor version. */
#define SBP_MINOR_VERSION 0
/** Protocol patch version. */
#define SBP_PATCH_VERSION 7
#define SBP_PATCH_VERSION 8

/** Full SBP version string. */
#define SBP_VERSION "5.0.8-alpha"
#define SBP_VERSION "5.0.8"

/** Is this a staging branch? */
#define SBP_STAGING 0
Expand Down
Binary file modified docs/sbp.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion haskell/sbp.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sbp
version: 5.0.8-alpha
version: 5.0.8
synopsis: SwiftNav's SBP Library
homepage: https://github.com/swift-nav/libsbp
license: MIT
Expand Down
2 changes: 1 addition & 1 deletion javascript/sbp/RELEASE-VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.8-alpha
5.0.8
2 changes: 1 addition & 1 deletion kaitai/ksy/sbp.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
#
# Kaitai Struct definition file for Swift Binary Protocol 5.0.8-alpha
# Kaitai Struct definition file for Swift Binary Protocol 5.0.8
#
# Automatically generated with generate.py. Do not hand edit!

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sbp",
"version": "5.0.8-alpha",
"version": "5.0.8",
"description": "libsbp bindings for JavaScript. More information here: http://swift-nav.github.io/libsbp/",
"files": [
"javascript/*",
Expand Down
2 changes: 1 addition & 1 deletion python/sbp/RELEASE-VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.8-alpha
5.0.8
2 changes: 1 addition & 1 deletion rust/sbp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[package]
name = "sbp"
version = "5.0.8-alpha"
version = "5.0.8"
description = "Rust native implementation of SBP (Swift Binary Protocol) for communicating with devices made by Swift Navigation"
authors = ["Swift Navigation <[email protected]>"]
repository = "https://github.com/swift-nav/libsbp"
Expand Down
2 changes: 1 addition & 1 deletion rust/sbp2json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[package]
name = "sbp2json"
version = "5.0.8-alpha"
version = "5.0.8-unreleased"
repository = "https://github.com/swift-nav/libsbp"
description = "Rust native implementation of SBP (Swift Binary Protocol) to JSON conversion tools"
authors = ["Swift Navigation <[email protected]>"]
Expand Down

0 comments on commit 506e5dc

Please sign in to comment.