Skip to content

Commit

Permalink
Release v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Madhunika-atmakuri committed Oct 9, 2024
1 parent bb74414 commit 1629bc7
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 11 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [v6.2.0](https://github.com/swift-nav/libsbp/tree/v6.2.0)

[Full Changelog](https://github.com/swift-nav/libsbp/compare/v6.1.0...v6.2.0)

**Merged pull requests:**

- Add inertially to the spelling wordlist [\#1450](https://github.com/swift-nav/libsbp/pull/1450) ([Madhunika-atmakuri](https://github.com/Madhunika-atmakuri))
- Add support for 99.73 confidence interval [\#1449](https://github.com/swift-nav/libsbp/pull/1449) ([ismolyakov](https://github.com/ismolyakov))
- get the automated generation of test cases working again (https://github.com/swift-nav/libsbp/pull/1448) ([pcrumley](https://github.com/pcrumley))
- Add compensated IMU message [\#1446](https://github.com/swift-nav/libsbp/pull/1446) ([ismolyakov](https://github.com/ismolyakov))
- Documentation fixes after the removal of the legacy C API [\#1439](https://github.com/swift-nav/libsbp/pull/1439) ([dgburr](https://github.com/dgburr))
- Pcrumley/update actions [\#1435](https://github.com/swift-nav/libsbp/pull/1435) ([pcrumley](https://github.com/pcrumley))
- Pcrumley/update actions [\#1428](https://github.com/swift-nav/libsbp/pull/1428) ([pcrumley](https://github.com/pcrumley))
- Auto submodule update: cmake - Update compiler options to support IAR \(\#175\) [\#1418](https://github.com/swift-nav/libsbp/pull/1418) ([swiftnav-svc-jenkins](https://github.com/swiftnav-svc-jenkins))

## [v6.1.0](https://github.com/swift-nav/libsbp/tree/v6.1.0)

[Full Changelog](https://github.com/swift-nav/libsbp/compare/v6.0.1...v6.1.0)
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 @@ -23,12 +23,12 @@
/** Protocol major version. */
#define SBP_MAJOR_VERSION 6
/** Protocol minor version. */
#define SBP_MINOR_VERSION 1
#define SBP_MINOR_VERSION 2
/** Protocol patch version. */
#define SBP_PATCH_VERSION 0

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

/** 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: 6.1.1-alpha
version: 6.2.0
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 @@
6.1.1-alpha
6.2.0
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 6.1.1-alpha
# Kaitai Struct definition file for Swift Binary Protocol 6.2.0
#
# 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": "6.1.1-alpha",
"version": "6.2.0",
"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 @@
6.1.1-alpha
6.2.0
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 = "6.1.1-alpha"
version = "6.2.0"
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 = "6.1.1-alpha"
version = "6.2.0-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 1629bc7

Please sign in to comment.