Skip to content

Commit

Permalink
Merge pull request #42 from collectiveidea/prep-release-1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darronschall authored May 29, 2024
2 parents 891adce + 751d48a commit f9d6d9f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

All notable changes to this project will be documented in this file.

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

## [Unreleased]

- No notable changes since last release

## [1.2.0] - 2024-05-29

- Streamline gem release with rake task - [#41](https://github.com/collectiveidea/protoc-gen-twirp_ruby/pull/41)
- Make `skip-empty` the default behavior; remove recognizing the option flag - [#40](https://github.com/collectiveidea/protoc-gen-twirp_ruby/pull/40)
- Update GitHub action to run specs on all supported Ruby versions - [#37](https://github.com/collectiveidea/protoc-gen-twirp_ruby/pull/37)
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.1. DO NOT EDIT!
# Generated by the protoc-gen-twirp_ruby gem v1.2.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.1.1"
VERSION = "1.2.0"
end
end

0 comments on commit f9d6d9f

Please sign in to comment.