Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prep next release #no_auto_pr #1350

Merged
merged 2 commits into from
Jul 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v4.17.0](https://github.com/swift-nav/libsbp/tree/v4.17.0) (2023-07-18)

[Full Changelog](https://github.com/swift-nav/libsbp/compare/v4.16.0...v4.17.0)

**Merged pull requests:**

- Auto submodule update: cmake - Don't fail sanitizer builds on failed optimizations [\#1348](https://github.com/swift-nav/libsbp/pull/1348) ([swiftnav-svc-jenkins](https://github.com/swiftnav-svc-jenkins))
- rust: ability to convert to common serde map structure [\#1346](https://github.com/swift-nav/libsbp/pull/1346) ([silverjam](https://github.com/silverjam))
- Add APC types \[OI-89\] [\#1345](https://github.com/swift-nav/libsbp/pull/1345) ([armallen](https://github.com/armallen))
- Add function to convert sbp\_msg\_type\_t to string \[ESD-2613\] [\#1344](https://github.com/swift-nav/libsbp/pull/1344) ([woodfell](https://github.com/woodfell))

## [v4.16.0](https://github.com/swift-nav/libsbp/tree/v4.16.0) (2023-06-29)

[Full Changelog](https://github.com/swift-nav/libsbp/compare/v4.15.0...v4.16.0)
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 0

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

/** 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: 4.17.0
version: 4.17.1-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 @@
4.17.0
4.17.1-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": "4.17.0",
"version": "4.17.1-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 @@
4.17.0
4.17.1-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 = "4.17.0"
version = "4.17.1-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 = "4.17.0-unreleased"
version = "4.17.1-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
Loading