Skip to content

Commit

Permalink
add json generator to conan (valhalla#3493)
Browse files Browse the repository at this point in the history
* add json generator to conan so downstream apps can use valhalla's conanfile.txt

* changelog

* changelog mess..

* Update CHANGELOG.md

Co-authored-by: Kevin Kreiser <[email protected]>
  • Loading branch information
nilsnolde and kevinkreiser authored Jan 9, 2022
1 parent b8ffa47 commit af4272b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
* FIXED: Stopped putting binary bytes into a string field of the protobuf TaggedValue since proto3 protects against that for cross language support [#3468](https://github.com/valhalla/valhalla/pull/3468)
* FIXED: valhalla_service uses now loki logging config instead of deprecated tyr logging [#3481](https://github.com/valhalla/valhalla/pull/3481)
* FIXED: Docker image `valhalla/valhalla:run-latest`: conan error + python integration [#3485](https://github.com/valhalla/valhalla/pull/3485)
* FIXED: fix more protobuf unstable 3.x API [#3494](https://github.com/valhalla/valhalla/pull/3494)
* FIXED: fix one more protobuf unstable 3.x API [#3501](https://github.com/valhalla/valhalla/pull/3501)
* FIXED: Fix valhalla_build_tiles imports only bss from last osm file [#3503](https://github.com/valhalla/valhalla/pull/3503)

* **Enhancement**
Expand Down Expand Up @@ -50,8 +52,8 @@
* CHANGED: Reuse sample::get implementation [#3471](https://github.com/valhalla/valhalla/pull/3471)
* ADDED: Beta support for interacting with the http/bindings/library via serialized and pbf objects respectively [#3464](https://github.com/valhalla/valhalla/pull/3464)
* CHANGED: Update xcode to 12.4.0 [#3492](https://github.com/valhalla/valhalla/pull/3492)
* CHANGED: fix more protobuf unstable 3.x API [#3494](https://github.com/valhalla/valhalla/pull/3494) & [#3501](https://github.com/valhalla/valhalla/pull/3501)

* ADDED: Add JSON generator to conan [#3493)(https://github.com/valhalla/valhalla/pull/3493)
## Release Date: 2021-10-07 Valhalla 3.1.4
* **Removed**
* **Bug Fix**
Expand Down
1 change: 1 addition & 0 deletions conanfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ boost/1.71.0

[generators]
cmake_find_package
json

[options]
boost:header_only=True
Expand Down

0 comments on commit af4272b

Please sign in to comment.