Skip to content

Commit

Permalink
increment version, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
skatkov committed Nov 2, 2023
1 parent ed23422 commit 3fa922d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ 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.2
### Changed
- All collection-like objects are rendered with ActiveView::CollectionRenderer

## 0.16.1
### Changed
- Deal properly with recursive protobuf messages while using ActiveView::CollectionRenderer

## 0.16.0
### Added
- Added support for new collection rendering, that is backed by ActiveView::CollectionRenderer.
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.1"
spec.version = "0.16.2"
spec.authors = ["Bouke van der Bijl"]
spec.email = ["[email protected]"]
spec.homepage = "https://github.com/cheddar-me/pbbuilder"
Expand Down

0 comments on commit 3fa922d

Please sign in to comment.