Skip to content

Commit ee6ef20

Browse files
committed
update CHANGELOG.md, prep for next release #no_auto_pr
1 parent 6b23d8b commit ee6ef20

File tree

9 files changed

+16
-8
lines changed

9 files changed

+16
-8
lines changed

CHANGELOG.md

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

3+
## [v5.0.3](https://github.com/swift-nav/libsbp/tree/v5.0.3) (2023-10-19)
4+
5+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v5.0.2...v5.0.3)
6+
7+
**Merged pull requests:**
8+
9+
- handle new clippy lints [\#1364](https://github.com/swift-nav/libsbp/pull/1364) ([pcrumley](https://github.com/pcrumley))
10+
- Auto submodule update: cmake - Add suitesparse finder file \[OC-310\] \(\#167\) [\#1362](https://github.com/swift-nav/libsbp/pull/1362) ([swiftnav-svc-jenkins](https://github.com/swiftnav-svc-jenkins))
311
## [v5.0.2](https://github.com/swift-nav/libsbp/tree/v5.0.2) (2023-09-07)
412

513
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v5.0.1...v5.0.2)

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 "5.0.3"
31+
#define SBP_VERSION "5.0.4-alpha"
3232

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

docs/sbp.pdf

856 Bytes
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: 5.0.3
2+
version: 5.0.3-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-
5.0.3
1+
5.0.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": "5.0.3",
3+
"version": "5.0.4-alpha",
44
"description": "libsbp bindings for JavaScript. More information here: http://swift-nav.github.io/libsbp/",
55
"files": [
66
"javascript/*",

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 = "5.0.3"
10+
version = "5.0.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 = "5.0.3-unreleased"
10+
version = "5.0.4-alpha"
1111
repository = "https://github.com/swift-nav/libsbp"
1212
description = "Rust native implementation of SBP (Swift Binary Protocol) to JSON conversion tools"
1313
authors = ["Swift Navigation <[email protected]>"]

0 commit comments

Comments
 (0)