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
woodfell committed Jan 4, 2024
1 parent 124bd8f commit d9875ec
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 10 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [v5.0.5](https://github.com/swift-nav/libsbp/tree/v5.0.5) (2024-01-03)

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

**Closed issues:**

- `MsgUtcTime` implementation of `gps\_time` is not checking status flags [\#1385](https://github.com/swift-nav/libsbp/issues/1385)

**Merged pull requests:**

- Change default codeowner of /c from platform to algint [\#1398](https://github.com/swift-nav/libsbp/pull/1398) ([woodfell](https://github.com/woodfell))
- Don't use deprecated functions in sbp impl [\#1397](https://github.com/swift-nav/libsbp/pull/1397) ([woodfell](https://github.com/woodfell))
- Clarify timestamping descriptions [\#1395](https://github.com/swift-nav/libsbp/pull/1395) ([reimerix](https://github.com/reimerix))
- Parallel build all C tests from top level makefile [\#1394](https://github.com/swift-nav/libsbp/pull/1394) ([woodfell](https://github.com/woodfell))
- Use docker in GA [\#1393](https://github.com/swift-nav/libsbp/pull/1393) ([woodfell](https://github.com/woodfell))
- Bump node.js version to 18.17.0 [\#1392](https://github.com/swift-nav/libsbp/pull/1392) ([woodfell](https://github.com/woodfell))
- update web structs [\#1391](https://github.com/swift-nav/libsbp/pull/1391) ([pcrumley](https://github.com/pcrumley))
- update how to for new rust instruction [\#1390](https://github.com/swift-nav/libsbp/pull/1390) ([pcrumley](https://github.com/pcrumley))
- remove -i option from sed [\#1389](https://github.com/swift-nav/libsbp/pull/1389) ([pcrumley](https://github.com/pcrumley))
- Add missing bindings to check generated artefacts CI stage [\#1387](https://github.com/swift-nav/libsbp/pull/1387) ([woodfell](https://github.com/woodfell))
- reduce number of python tests to 2 [\#1386](https://github.com/swift-nav/libsbp/pull/1386) ([pcrumley](https://github.com/pcrumley))
- Deprecate legacy API [\#1373](https://github.com/swift-nav/libsbp/pull/1373) ([woodfell](https://github.com/woodfell))

## [v5.0.4](https://github.com/swift-nav/libsbp/tree/v5.0.4) (2023-12-07)

[Full Changelog](https://github.com/swift-nav/libsbp/compare/v5.0.3...v5.0.4)
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 5

/** Full SBP version string. */
#define SBP_VERSION "5.0.5"
#define SBP_VERSION "5.0.6-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: 5.0.5
version: 5.0.6-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 @@
5.0.5
5.0.6-alpha
2 changes: 1 addition & 1 deletion kaitai/ksy/sbp.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
#
# Kaitai Struct definition file for Swift Binary Protocol 5.0.5
# Kaitai Struct definition file for Swift Binary Protocol 5.0.6-alpha
#
# Automatically generated with generate.py. Do not hand edit!

Expand Down
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.5",
"version": "5.0.6-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 @@
5.0.5
5.0.6-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 = "5.0.5"
version = "5.0.6-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
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 = "5.0.5-unreleased"
version = "5.0.6-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

0 comments on commit d9875ec

Please sign in to comment.