Skip to content

Commit

Permalink
Merge pull request #30 from collectiveidea/prep-for-1.1.0-release
Browse files Browse the repository at this point in the history
Prep for 1.1.0 release
  • Loading branch information
darronschall authored May 21, 2024
2 parents fdc774c + 0a9342b commit 01e6ff1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

- Nothing (yet)

## [1.1.0] - 2024-05-21

- Add support for `ruby_package` option in proto files for generated output - [#28](https://github.com/collectiveidea/protoc-gen-twirp_ruby/pull/28)
- Update to `protoc` 26.1 to generate the plugin interface Ruby messages - [#27](https://github.com/collectiveidea/protoc-gen-twirp_ruby/pull/27)
- Add `generate=<service|client|both>` option to customize generated output - [#23](https://github.com/collectiveidea/protoc-gen-twirp_ruby/pull/23)
Expand Down
2 changes: 1 addition & 1 deletion example/hello_world_twirp.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

# Generated by the protoc-gen-twirp_ruby gem v1.0.0. DO NOT EDIT!
# Generated by the protoc-gen-twirp_ruby gem v1.1.0. DO NOT EDIT!
# source: example/hello_world.proto

require "twirp"
Expand Down
2 changes: 1 addition & 1 deletion lib/twirp/protoc_plugin/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Twirp
module ProtocPlugin
VERSION = "1.0.0"
VERSION = "1.1.0"
end
end

0 comments on commit 01e6ff1

Please sign in to comment.