Skip to content

Commit

Permalink
update CHANGELOG.md, prep for next release #no_auto_pr
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrumley committed Aug 25, 2023
1 parent 9721afe commit bce5252
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v5.0.1](https://github.com/swift-nav/libsbp/tree/v5.0.1) (2023-08-24)

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

**Merged pull requests:**

- Remove SBP\_SENDER\_ID: it is not used anywhere and can conflict with user code [\#1355](https://github.com/swift-nav/libsbp/pull/1355) ([dgburr](https://github.com/dgburr))
- update the howto [\#1354](https://github.com/swift-nav/libsbp/pull/1354) ([pcrumley](https://github.com/pcrumley))

## [v5.0.0](https://github.com/swift-nav/libsbp/tree/v5.0.0) (2023-08-10)

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

/** Full SBP version string. */
#define SBP_VERSION "5.0.1"
#define SBP_VERSION "5.0.2-alpha"

/** Is this a staging branch? */
#define SBP_STAGING 0
Expand Down
2 changes: 1 addition & 1 deletion javascript/sbp/RELEASE-VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.1
5.0.2-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": "5.0.1",
"version": "5.0.2-alpha",
"description": "libsbp bindings for JavaScript. More information here: http://swift-nav.github.io/libsbp/",
"files": [
"javascript/*",
Expand Down
4 changes: 2 additions & 2 deletions rust/sbp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[package]
name = "sbp"
version = "5.0.1"
version = "5.0.2-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 Expand Up @@ -71,4 +71,4 @@ serialport = "2.1.0"

[package.metadata.docs.rs]
# Whether to pass `--all-features` to Cargo when building docs for docs.rs
all-features = true
all-features = true
4 changes: 2 additions & 2 deletions rust/sbp2json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[package]
name = "sbp2json"
version = "5.0.1-unreleased"
version = "5.0.2-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 Expand Up @@ -62,4 +62,4 @@ path = "src/bin/json2sbp.rs"

[[bin]]
name = "json2json"
path = "src/bin/json2json.rs"
path = "src/bin/json2json.rs"

0 comments on commit bce5252

Please sign in to comment.