Skip to content

Commit 4428b71

Browse files
author
Jason Mobarak
authored
Release 2.3.4 version bumps (#679)
1 parent 5ee90a4 commit 4428b71

File tree

7 files changed

+14
-5
lines changed

7 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [2.5.4](https://github.com/swift-nav/libsbp/tree/v2.5.4)
4+
5+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.5.3...v2.5.4)
6+
7+
**Merged pull requests:**
8+
9+
- Add TCP reconnect, purge "Skylark broker" support [\#678](https://github.com/swift-nav/libsbp/pull/678)
10+
11+
312
## [v2.5.3](https://github.com/swift-nav/libsbp/tree/v2.5.3) (2019-04-08)
413

514
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.5.2...v2.5.3)

c/include/libsbp/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/** Protocol minor version. */
2626
#define SBP_MINOR_VERSION 5
2727
/** Protocol patch version. */
28-
#define SBP_PATCH_VERSION 3
28+
#define SBP_PATCH_VERSION 4
2929

3030
/** \} */
3131

docs/sbp.pdf

-1 Bytes
Binary file not shown.

haskell/sbp.cabal.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sbp
2-
version: 2.5.3
2+
version: 2.5.4
33
synopsis: SwiftNav's SBP Library
44
homepage: https://github.com/swift-nav/libsbp
55
license: LGPL-3

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "2.5.3",
3+
"version": "2.5.4",
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-
2.5.3
1+
2.5.4

0 commit comments

Comments
 (0)