Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
skatkov committed Mar 21, 2024
1 parent 820ab60 commit 5a9b7ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ All notable changes to this project will be documented in this file.

This format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.16.3
## 0.17.0
### Changed
- Instead of appending to repeated enum message, we're replacing it to aboid duplicated values.
- Fixed our CI by locking 3 version of google-protobuf dependency.
- Instead of appending to repeated enum message, we're replacing it to avoid issues in case output will be rendered twice
- If one field was defined twice, only last definition will end up in output

## Fixed
- Fixed CI by locking 3 version or lower of google-protobuf dependency.

## 0.16.2
### Added
Expand Down
2 changes: 1 addition & 1 deletion pbbuilder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "pbbuilder"
spec.version = "0.16.3"
spec.version = "0.17.0"
spec.authors = ["Bouke van der Bijl"]
spec.email = ["[email protected]"]
spec.homepage = "https://github.com/cheddar-me/pbbuilder"
Expand Down

0 comments on commit 5a9b7ba

Please sign in to comment.