Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Aug 16, 2023
1 parent e7d993d commit 727d7ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 1.1.0 (2023-08-16)

* Support optional fields in proto3 ([\#32](https://github.com/square/rbs_protobuf/pull/32))
* Update Steep to 1.5 and RBS to 3.1 ([\#30](https://github.com/square/rbs_protobuf/pull/30))

## 1.0.0 (2022-04-25)

This is version 1.0.0. 🎉
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rbs_protobuf (1.0.0)
rbs_protobuf (1.1.0)
activesupport (>= 4.0)
rbs (>= 2.2.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/rbs_protobuf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RBSProtobuf
VERSION = "1.0.0"
VERSION = "1.1.0"
end

0 comments on commit 727d7ac

Please sign in to comment.