Skip to content

Commit

Permalink
Merge pull request #34 from collectiveidea/prep-version-1.1.1
Browse files Browse the repository at this point in the history
Prep version 1.1.1 release
  • Loading branch information
darronschall authored May 22, 2024
2 parents 8b140bd + 94da498 commit 0076459
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

## [1.1.1] - 2024-05-22

- Remove unnecessary `racc` runtime dependency - [#33](https://github.com/collectiveidea/protoc-gen-twirp_ruby/pull/33)

## [1.1.0] - 2024-05-21
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.1.0. DO NOT EDIT!
# Generated by the protoc-gen-twirp_ruby gem v1.1.1. 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.1.0"
VERSION = "1.1.1"
end
end

0 comments on commit 0076459

Please sign in to comment.