Skip to content

Commit

Permalink
bump pb-rs v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tafia committed Apr 30, 2019
1 parent df63345 commit d25fec4
Show file tree
Hide file tree
Showing 9 changed files with 758 additions and 1,264 deletions.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
- test: Adding missing tests
- chore: Changes to the build process or auxiliary tools/libraries/documentation

## pb-rs 0.8.0

- Added the ability to use custom RPC generation code
- Added the ability to modify custom derives such as derive-new
- (Large change) Added the dont_use_cow method [v2 and v3 tested] which replaces lifetimes
and Cow with regular strings and vectors. This will decrease performance - and will
eventually be replaced with a whitelist for specific structures instead of a boolean.
This is meant for the structure to fully own the data it has.

## pb-rs 0.7.0
- feat: add a ConfigBuilder

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.7.0"
version = "0.8.0"
description = "A converter from proto files into quick-protobuf compatible rust module"
authors = ["Johann Tuffe <[email protected]>"]
keywords = ["protobuf", "parser", "quick-protobuf"]
Expand Down
Loading

0 comments on commit d25fec4

Please sign in to comment.