Skip to content

Commit

Permalink
bump quick 0.8.0 and pb-rs 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tafia committed Sep 26, 2020
1 parent 1af95f3 commit acafd9e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,20 @@
- test: Adding missing tests
- chore: Changes to the build process or auxiliary tools/libraries/documentation

## pb-rs 0.9.1
- feat: allow hexadecimal tag numbers
- fix: Fix empty bytes field checking when `--dont_use_cow` flag is used.

## quick-protobuf 0.8.0
- feat: Add Error::Io for `no_std`
- feat: Don't force inlining on `no_std`

## quick-protobuf 0.7.0
- feat: deprecate failure (use std::error::Error)
- feat: add WriterBackend to use with last pb-rs codegen

## pb-rs 0.9.0
- feat: add no_std support
- feat: add `no_std` support
- feat: deprecate failure
- refactor: modernize code

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pb-rs /path/to/your/protobuf/file.proto
```toml
# Cargo.toml
[dependencies]
quick-protobuf = "0.6.2"
quick-protobuf = "0.8.0"
```

- 3. Have fun
Expand Down
2 changes: 1 addition & 1 deletion pb-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pb-rs"
version = "0.9.0"
version = "0.9.1"
description = "A converter from proto files into quick-protobuf compatible rust module"
authors = ["Johann Tuffe <[email protected]>"]
keywords = ["protobuf", "parser", "quick-protobuf"]
Expand Down
2 changes: 1 addition & 1 deletion quick-protobuf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "quick-protobuf"
description = "A pure Rust protobuf (de)serializer. Quick."
version = "0.7.0"
version = "0.8.0"
authors = ["Johann Tuffe <[email protected]>"]
keywords = ["protobuf", "parser"]
license = "MIT"
Expand Down

0 comments on commit acafd9e

Please sign in to comment.