Skip to content

Commit 2af78f3

Browse files
author
Matt Woodward
committed
update CHANGELOG.md, prep for next release #no_auto_pr
1 parent 0a3878f commit 2af78f3

File tree

9 files changed

+20
-9
lines changed

9 files changed

+20
-9
lines changed

CHANGELOG.md

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

3+
## v5.0.6 (2024-01-16)
4+
5+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v5.0.5...v5.0.6)
6+
7+
**Merged pull requests:**
8+
9+
- Add --unbuffered option to sbp2json.py [\#1400](https://github.com/swift-nav/libsbp/pull/1400) ([dgburr](https://github.com/dgburr))
10+
- Auto submodule update: cmake - ASIO C++ and ASIO Grpc libraries [\#1399](https://github.com/swift-nav/libsbp/pull/1399) ([swiftnav-svc-jenkins](https://github.com/swiftnav-svc-jenkins))
11+
- Bump docker image used for rust build to 1.65 [\#1396](https://github.com/swift-nav/libsbp/pull/1396) ([dgburr](https://github.com/dgburr))
12+
- Add MsgMeasurementPoint [\#1388](https://github.com/swift-nav/libsbp/pull/1388) ([woodfell](https://github.com/woodfell))
13+
314
## [v5.0.5](https://github.com/swift-nav/libsbp/tree/v5.0.5) (2024-01-03)
415

516
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v5.0.4...v5.0.5)

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 6
2929

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

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

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.6
2+
version: 5.0.7-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.6
1+
5.0.7-alpha

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.6",
3+
"version": "5.0.7-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.6
1+
5.0.7-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.6"
10+
version = "5.0.7-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"

rust/sbp2json/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 = "sbp2json"
10-
version = "5.0.6-unreleased"
10+
version = "5.0.7-alpha"
1111
repository = "https://github.com/swift-nav/libsbp"
1212
description = "Rust native implementation of SBP (Swift Binary Protocol) to JSON conversion tools"
1313
authors = ["Swift Navigation <dev@swiftnav.com>"]

0 commit comments

Comments
 (0)