Skip to content

Commit 0a5ac1e

Browse files
committed
v2.4.6 generated files, pdf, and changelog
1 parent 2a1445c commit 0a5ac1e

File tree

6 files changed

+21
-7
lines changed

6 files changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
# Change Log
22

3-
## [v2.4.5](https://github.com/swift-nav/libsbp/tree/v2.4.5)
3+
## [v2.4.6](https://github.com/swift-nav/libsbp/tree/v2.4.6)
44

5+
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.4.5...v2.4.6)
6+
7+
**Closed issues:**
8+
9+
- link to Piksi settings in sbp.settings module doc is really outdated [\#626](https://github.com/swift-nav/libsbp/issues/626)
10+
- Publish v2.3.15 as a release [\#573](https://github.com/swift-nav/libsbp/issues/573)
11+
12+
**Merged pull requests:**
13+
14+
- Use OpenJDK 8 so we aren't chasing Oracle \[ESD-940\] [\#625](https://github.com/swift-nav/libsbp/pull/625)
15+
- Attempt to resolve JavaScript security warnings [\#624](https://github.com/swift-nav/libsbp/pull/624)
16+
17+
## [v2.4.5](https://github.com/swift-nav/libsbp/tree/v2.4.5) (2018-11-28)
518
[Full Changelog](https://github.com/swift-nav/libsbp/compare/v2.4.4...v2.4.5)
619

720
**Merged pull requests:**
821

22+
- v2.4.5 files [\#623](https://github.com/swift-nav/libsbp/pull/623)
923
- Msg Timing Telem [\#622](https://github.com/swift-nav/libsbp/pull/622)
1024

1125
## [v2.4.4](https://github.com/swift-nav/libsbp/tree/v2.4.4) (2018-11-20)

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 4
2727
/** Protocol patch version. */
28-
#define SBP_PATCH_VERSION 5
28+
#define SBP_PATCH_VERSION 6
2929

3030
/** \} */
3131

docs/sbp.pdf

301 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.4.5
2+
version: 2.4.6
33
synopsis: SwiftNav's SBP Library
44
homepage: https://github.com/swift-nav/libsbp
55
license: LGPL-3

package-lock.json

Lines changed: 3 additions & 3 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": "2.4.5",
3+
"version": "2.4.6",
44
"description": "libsbp bindings for JavaScript. More information here: http://swift-nav.github.io/libsbp/",
55
"files": [
66
"javascript/*",

0 commit comments

Comments
 (0)