Skip to content

Commit df8fd84

Browse files
committed
prep for next release
1 parent 1403d76 commit df8fd84

File tree

9 files changed

+21
-9
lines changed

9 files changed

+21
-9
lines changed

CHANGELOG.md

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

3+
## [v4.3.3](https://github.com/swift-nav/libsbp/tree/v4.3.3) (2022-06-09)
4+
5+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v4.3.2...v4.3.3)
6+
7+
**Merged pull requests:**
8+
9+
- Update CHANGELOG.md [\#1165](https://github.com/swift-nav/libsbp/pull/1165) ([adrian-kong](https://github.com/adrian-kong))
10+
- Locked stdin and out for rust sbp2json [\#1161](https://github.com/swift-nav/libsbp/pull/1161) ([adrian-kong](https://github.com/adrian-kong))
11+
- build\(deps\): bump generic-array from 0.12.3 to 0.12.4 in /rust/sbp2json [\#1159](https://github.com/swift-nav/libsbp/pull/1159) ([dependabot[bot]](https://github.com/apps/dependabot))
12+
- Added version params, --version, -V to rust sbp2json [\#1158](https://github.com/swift-nav/libsbp/pull/1158) ([adrian-kong](https://github.com/adrian-kong))
13+
- Python 3.10 update \[DEVINFRA-769\] [\#1157](https://github.com/swift-nav/libsbp/pull/1157) ([adrian-kong](https://github.com/adrian-kong))
14+
315
## [v4.3.1](https://github.com/swift-nav/libsbp/tree/v4.3.1) (2022-06-03)
416

517
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v4.3.0...v4.3.1)

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

3030
/** Full SBP version string. */
31-
#define SBP_VERSION "4.3.3"
31+
#define SBP_VERSION "4.3.4-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: 4.3.3
2+
version: 4.3.4-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.3.3
1+
4.3.4-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.3.3",
3+
"version": "4.3.4-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.3.3
1+
4.3.4-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.3.3"
10+
version = "4.3.4-alpha"
1111
description = "Rust native implementation of SBP (Swift Binary Protocol) for communicating with devices made by Swift Navigation"
1212
authors = ["Swift Navigation <[email protected]>"]
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.3.3-unreleased"
10+
version = "4.3.4-alpha"
1111
description = "Rust native implementation of SBP (Swift Binary Protocol) to JSON conversion tools"
1212
authors = ["Swift Navigation <[email protected]>"]
1313
edition = "2018"

0 commit comments

Comments
 (0)