diff --git a/CHANGELOG.md b/CHANGELOG.md index adb2c14..cc3d8f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1](https://github.com/Gusto/grpc-web-ruby/compare/v1.2.0...v1.2.1) (2020-08-26) + + +### Bug Fixes + +* Support 0 length messages ([#34](https://github.com/Gusto/grpc-web-ruby/issues/34)) ([4486cbe](https://github.com/Gusto/grpc-web-ruby/commit/4486cbedd25e6398b879427020479c96d71f9780)) + # [1.2.0](https://github.com/Gusto/grpc-web-ruby/compare/v1.1.0...v1.2.0) (2020-08-11) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c697c9d..79052c3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,8 +8,75 @@ Use the `rake` command to run the entire test suite. This runs on docker due to Unit tests can be run without docker by running `rspec spec/unit` -### Commit message format +### Pull Request title/description format -Please follow semantic release formatting -https://semantic-release.gitbook.io/semantic-release/#commit-message-format -https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#type +Each Pull Request description consists of a **header**, a **body** and a **footer**. The header has a special format that includes a **type**, a **scope** and a **subject**: + +```commit +(): + + + +