Skip to content

Commit 8e0ebd6

Browse files
Release v6.1.0
1 parent 30f163f commit 8e0ebd6

File tree

11 files changed

+26
-12
lines changed

11 files changed

+26
-12
lines changed

CHANGELOG.md

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

3+
## [v6.1.0](https://github.com/swift-nav/libsbp/tree/v6.1.0)
4+
5+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v6.0.1...v6.1.0)
6+
7+
**Merged pull requests:**
8+
9+
- Update libsbp codeowners [\#1427](https://github.com/swift-nav/libsbp/pull/1427) ([reimerix](https://github.com/reimerix))
10+
- Update Additional Reviewers [\#1425](https://github.com/swift-nav/libsbp/pull/1425) ([pcrumley](https://github.com/pcrumley))
11+
- fix rust lints [\#1424](https://github.com/swift-nav/libsbp/pull/1424) ([pcrumley](https://github.com/pcrumley))
12+
- AES-CMAC 128 Message [\#1423](https://github.com/swift-nav/libsbp/pull/1423) ([RReichert](https://github.com/RReichert))
13+
- Fix license [\#1421](https://github.com/swift-nav/libsbp/pull/1421) ([RReichert](https://github.com/RReichert))
14+
- Reference only the runner name [\#1416](https://github.com/swift-nav/libsbp/pull/1416) ([fpezzinosn](https://github.com/fpezzinosn))
15+
- Add support for QZSS constellation [\#1414](https://github.com/swift-nav/libsbp/pull/1414) ([cstolowicz](https://github.com/cstolowicz))
16+
317
## [v6.0.1](https://github.com/swift-nav/libsbp/tree/v6.0.1)
418

519
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v6.0.0...v6.0.1)

c/include/libsbp/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
/** Protocol major version. */
2424
#define SBP_MAJOR_VERSION 6
2525
/** Protocol minor version. */
26-
#define SBP_MINOR_VERSION 0
26+
#define SBP_MINOR_VERSION 1
2727
/** Protocol patch version. */
28-
#define SBP_PATCH_VERSION 1
28+
#define SBP_PATCH_VERSION 0
2929

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

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

docs/sbp.pdf

-859 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: 6.0.2-alpha
2+
version: 6.1.0
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-
6.0.2-alpha
1+
6.1.0

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

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 = "6.0.2-alpha"
10+
version = "6.1.0"
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)