protozero
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -7,3 +7,4 @@ # Contributing to protozero | ||
- Make sure all tests are passing on travis and appveyor | ||
- Make sure all tests are passing locally, on travis and on appveyor | ||
- Make sure "make doc" builds | ||
- Update version number in | ||
@@ -10,0 +11,0 @@ - include/protozero/version.hpp (two places) |
{ | ||
"name": "protozero", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Minimalist protocol buffer decoder and encoder in C++", | ||
@@ -5,0 +5,0 @@ "main": "include_dirs.js", |
@@ -16,2 +16,8 @@ | ||
## Upgrading from *v1.4.5* to *v1.5.0* | ||
* New functions for checking tag and type at the same time to make your | ||
program more robust. Read the section "Repeated fields in messages" in | ||
the new [Advanced Topics documentation](doc/advanced.md). | ||
## Upgrading from *v1.4.4* to *v1.4.5* | ||
@@ -18,0 +24,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120201