Skip to content

Commit

Permalink
update CHANGELOG.md, prep for next release #no_auto_pr
Browse files Browse the repository at this point in the history
  • Loading branch information
woodfell committed Jan 16, 2024
1 parent 0a3878f commit 2af78f3
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v5.0.6 (2024-01-16)

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

**Merged pull requests:**

- Add --unbuffered option to sbp2json.py [\#1400](https://github.com/swift-nav/libsbp/pull/1400) ([dgburr](https://github.com/dgburr))
- 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))
- Bump docker image used for rust build to 1.65 [\#1396](https://github.com/swift-nav/libsbp/pull/1396) ([dgburr](https://github.com/dgburr))
- Add MsgMeasurementPoint [\#1388](https://github.com/swift-nav/libsbp/pull/1388) ([woodfell](https://github.com/woodfell))

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

[Full Changelog](https://github.com/swift-nav/libsbp/compare/v5.0.4...v5.0.5)
Expand Down
2 changes: 1 addition & 1 deletion c/include/libsbp/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define SBP_PATCH_VERSION 6

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

/** Is this a staging branch? */
#define SBP_STAGING 0
Expand Down
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.6
version: 5.0.7-alpha
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.6
5.0.7-alpha
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.6",
"version": "5.0.7-alpha",
"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.6
5.0.7-alpha
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.6"
version = "5.0.7-alpha"
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.6-unreleased"
version = "5.0.7-alpha"
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 2af78f3

Please sign in to comment.