Skip to content

Commit e87934f

Browse files
authored
prep next release #no_auto_pr (#1297)
1 parent 58af0ad commit e87934f

File tree

10 files changed

+20
-9
lines changed

10 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+
## [v4.12.0](https://github.com/swift-nav/libsbp/tree/v4.12.0) (2023-02-27)
4+
5+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v4.11.0...v4.12.0)
6+
7+
**Merged pull requests:**
8+
9+
- Auto submodule update: cmake - Exclude unit test header files from coverage reporting \(\#145\) [\#1295](https://github.com/swift-nav/libsbp/pull/1295) ([swiftnav-svc-jenkins](https://github.com/swiftnav-svc-jenkins))
10+
- make it so all .rs files are treated as text files for git diffs [\#1294](https://github.com/swift-nav/libsbp/pull/1294) ([pcrumley](https://github.com/pcrumley))
11+
- new rust clippy [\#1292](https://github.com/swift-nav/libsbp/pull/1292) ([adrian-kong](https://github.com/adrian-kong))
12+
- Add support for murata scha634 to imu aux message [\#1286](https://github.com/swift-nav/libsbp/pull/1286) ([antrikshsrivastava](https://github.com/antrikshsrivastava))
13+
314
## [v4.11.0](https://github.com/swift-nav/libsbp/tree/v4.11.0) (2023-01-25)
415

516
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v4.10.0...v4.11.0)

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

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

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

docs/sbp.pdf

1 KB
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: 4.12.0
2+
version: 4.12.1-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-
4.12.0
1+
4.12.1-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": "4.12.0",
3+
"version": "4.12.1-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-
4.12.0
1+
4.12.1-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 = "4.12.0"
10+
version = "4.12.1-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 = "4.12.0-unreleased"
10+
version = "4.12.1-alpha"
1111
description = "Rust native implementation of SBP (Swift Binary Protocol) to JSON conversion tools"
1212
authors = ["Swift Navigation <dev@swiftnav.com>"]
1313
edition = "2018"

0 commit comments

Comments
 (0)