Skip to content

Commit

Permalink
prep next release #no_auto_pr (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-kong authored Apr 28, 2023
1 parent 9945bbc commit 127ad8c
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v4.14.0](https://github.com/swift-nav/libsbp/tree/v4.14.0) (2023-04-28)

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

**Merged pull requests:**

- python: add framer msg type filter [\#1321](https://github.com/swift-nav/libsbp/pull/1321) ([silverjam](https://github.com/silverjam))
- Auto submodule update: cmake - Add TEST\_SRCS property and swift\_add\_test\_srcs\_target macro \[BUILD-657\] \(\#151\) [\#1319](https://github.com/swift-nav/libsbp/pull/1319) ([swiftnav-svc-jenkins](https://github.com/swiftnav-svc-jenkins))
- Auto submodule update: cmake - Add official MKL cmake finder. \(\#147\) [\#1318](https://github.com/swift-nav/libsbp/pull/1318) ([swiftnav-svc-jenkins](https://github.com/swiftnav-svc-jenkins))
- docs: correct time source for fast-start use case [\#1316](https://github.com/swift-nav/libsbp/pull/1316) ([silverjam](https://github.com/silverjam))
- bazel: Export sbp headers \[BUILD-650\] [\#1315](https://github.com/swift-nav/libsbp/pull/1315) ([krisukox](https://github.com/krisukox))
- Bump cmake submodule \[SEN-798\] [\#1313](https://github.com/swift-nav/libsbp/pull/1313) ([reimerix](https://github.com/reimerix))
- prep next release \#no\_auto\_pr [\#1311](https://github.com/swift-nav/libsbp/pull/1311) ([adrian-kong](https://github.com/adrian-kong))

## [v4.13.0](https://github.com/swift-nav/libsbp/tree/v4.13.0) (2023-03-28)

[Full Changelog](https://github.com/swift-nav/libsbp/compare/v4.12.0...v4.13.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.14.0"
#define SBP_VERSION "4.14.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.14.0
version: 4.14.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.14.0
4.14.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.14.0",
"version": "4.14.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.14.0
4.14.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.14.0"
version = "4.14.1-alpha"
description = "Rust native implementation of SBP (Swift Binary Protocol) for communicating with devices made by Swift Navigation"
authors = ["Swift Navigation <dev@swiftnav.com>"]
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.14.0-unreleased"
version = "4.14.1-alpha"
description = "Rust native implementation of SBP (Swift Binary Protocol) to JSON conversion tools"
authors = ["Swift Navigation <dev@swiftnav.com>"]
edition = "2018"
Expand Down

0 comments on commit 127ad8c

Please sign in to comment.